#572208

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

Shades of Baker's Chocolate #572208

Tints of Baker's Chocolate #572208

Color information

#572208 (or 0x572208) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 22 and 08. RGB value is (87,34,8). Sum of RGB (Red+Green+Blue) = 87+34+8=129 (17% of max value = 765). Red value is 87 (34.38% from 255 or 67.44% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 8 (3.52% from 255 or 6.20% from 129); Max value from RGB is 87 - color contains mainly: red. Hex color #572208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572208 is #A8DDF7. Grayscale: #2F2F2F. Windows color (decimal): -11066872 or 533079. OLE color: 533079.

HSL color Cylindrical-coordinate representation of color #572208: hue angle of 19.75º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #572208 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.66.

Color convert

RGB87348-
CMYK00.610.910.66
HSL19.75º83.16%18.63%-
HSV(B)19.75º90.8%34.12%-
XYZ4.553.190.61-
YUV46.88106.06156.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 67.44%
GREEN value IS 34 (13.67% from 255) = 26.36%
BLUE value IS 8 (3.52% from 255) = 6.20%
R=67.44%
G=26.36%
B=6.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.91
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8734800.610.910.6619.7583.1618.63
Hex5722803D5B42145313
Octal12742100751331022412323
Binary1010111100010100001111011011011100001010100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572208; }

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

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

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

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

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

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

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

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