#522208

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

Shades of Baker's Chocolate #522208

Tints of Baker's Chocolate #522208

Color information

#522208 (or 0x522208) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 22 and 08. RGB value is (82,34,8). Sum of RGB (Red+Green+Blue) = 82+34+8=124 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.13% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 8 (3.52% from 255 or 6.45% from 124); Max value from RGB is 82 - color contains mainly: red. Hex color #522208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522208 is #ADDDF7. Grayscale: #2D2D2D. Windows color (decimal): -11394552 or 533074. OLE color: 533074.

HSL color Cylindrical-coordinate representation of color #522208: hue angle of 21.08º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #522208 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB82348-
CMYK00.590.900.68
HSL21.08º82.22%17.65%-
HSV(B)21.08º90.24%32.16%-
XYZ4.12.960.58-
YUV45.39106.9154.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 66.13%
GREEN value IS 34 (13.67% from 255) = 27.42%
BLUE value IS 8 (3.52% from 255) = 6.45%
R=66.13%
G=27.42%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8234800.590.900.6821.0882.2217.65
Hex5222803B5A44155212
Octal12242100731321042512222
Binary1010010100010100001110111011010100010010101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522208; }

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

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

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

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

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

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

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

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