#52340B

Color #52340B Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #52340B

Tints of Baker's Chocolate #52340B

Color information

#52340B (or 0x52340B) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 34 and 0B. RGB value is (82,52,11). Sum of RGB (Red+Green+Blue) = 82+52+11=145 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.55% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 11 (4.69% from 255 or 7.59% from 145); Max value from RGB is 82 - color contains mainly: red. Hex color #52340B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52340B is #ADCBF4. Grayscale: #383838. Windows color (decimal): -11389941 or 734290. OLE color: 734290.

HSL color Cylindrical-coordinate representation of color #52340B: hue angle of 34.65º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #52340B is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.68.

Color convert

RGB825211-
CMYK00.370.870.68
HSL34.65º76.34%18.24%-
HSV(B)34.65º86.59%32.16%-
XYZ4.774.270.89-
YUV56.3102.44146.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 56.55%
GREEN value IS 52 (20.70% from 255) = 35.86%
BLUE value IS 11 (4.69% from 255) = 7.59%
R=56.55%
G=35.86%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.87
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82521100.370.870.6834.6576.3418.24
Hex5234B0255744234c12
Octal12264130451271044311422
Binary10100101101001011010010110101111000100100011100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52340B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52340B; }

 p { color: rgb(82,52,11); }

 H1.HeaderClassName
 {
   color: #52340B;
 }
 .AnyTagClassName
 {
   color: #52340B;
 }
</style>
background-color css

<style>
 a { background-color: #52340B; }

 a { background-color: rgb(82,52,11); }

 div.DivClassName
 {
   background-color: #52340B;
 }
 .BgClassName
 {
   background-color: #52340B;
 }
</style>
border-color css

<style>
 span { border-color: #52340B; }

 span { border-color: rgb(82,52,11); }

 td.TdClassName
 {
   border-color: #52340B;
 }
 .TagClassName
 {
   border-color: #52340B;
 }
</style>