#522A06

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

Shades of Baker's Chocolate #522A06

Tints of Baker's Chocolate #522A06

Color information

#522A06 (or 0x522A06) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 2A and 06. RGB value is (82,42,6). Sum of RGB (Red+Green+Blue) = 82+42+6=130 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.08% from 130); Green value is 42 (16.80% from 255 or 32.31% from 130); Blue value is 6 (2.73% from 255 or 4.62% from 130); Max value from RGB is 82 - color contains mainly: red. Hex color #522A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522A06 is #ADD5F9. Grayscale: #323232. Windows color (decimal): -11392506 or 404050. OLE color: 404050.

HSL color Cylindrical-coordinate representation of color #522A06: hue angle of 28.42º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #522A06 is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB82426-
CMYK00.490.930.68
HSL28.42º86.36%17.25%-
HSV(B)28.42º92.68%32.16%-
XYZ4.343.460.61-
YUV49.86103.25150.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 63.08%
GREEN value IS 42 (16.80% from 255) = 32.31%
BLUE value IS 6 (2.73% from 255) = 4.62%
R=63.08%
G=32.31%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8242600.490.930.6828.4286.3617.25
Hex522A60315D441c5611
Octal1225260611351043412621
Binary101001010101011001100011011101100010011100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522A06; }

 p { color: rgb(82,42,6); }

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

<style>
 a { background-color: #522A06; }

 a { background-color: rgb(82,42,6); }

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

<style>
 span { border-color: #522A06; }

 span { border-color: rgb(82,42,6); }

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