#522206

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

Shades of Baker's Chocolate #522206

Tints of Baker's Chocolate #522206

Color information

#522206 (or 0x522206) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 22 and 06. RGB value is (82,34,6). Sum of RGB (Red+Green+Blue) = 82+34+6=122 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.21% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 82 - color contains mainly: red. Hex color #522206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522206 is #ADDDF9. Grayscale: #2D2D2D. Windows color (decimal): -11394554 or 402002. OLE color: 402002.

HSL color Cylindrical-coordinate representation of color #522206: hue angle of 22.11º 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 #522206 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB82346-
CMYK00.590.930.68
HSL22.11º86.36%17.25%-
HSV(B)22.11º92.68%32.16%-
XYZ4.082.950.53-
YUV45.16105.9154.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 67.21%
GREEN value IS 34 (13.67% from 255) = 27.87%
BLUE value IS 6 (2.73% from 255) = 4.92%
R=67.21%
G=27.87%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8234600.590.930.6822.1186.3617.25
Hex5222603B5D44165611
Octal1224260731351042612621
Binary101001010001011001110111011101100010010110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522206; }

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

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

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

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

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

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

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

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