#572808

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

Shades of Baker's Chocolate #572808

Tints of Baker's Chocolate #572808

Color information

#572808 (or 0x572808) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 28 and 08. RGB value is (87,40,8). Sum of RGB (Red+Green+Blue) = 87+40+8=135 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.44% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 8 (3.52% from 255 or 5.93% from 135); Max value from RGB is 87 - color contains mainly: red. Hex color #572808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572808 is #A8D7F7. Grayscale: #323232. Windows color (decimal): -11065336 or 534615. OLE color: 534615.

HSL color Cylindrical-coordinate representation of color #572808: hue angle of 24.3º 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 #572808 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.66.

Color convert

RGB87408-
CMYK00.540.910.66
HSL24.3º83.16%18.63%-
HSV(B)24.3º90.8%34.12%-
XYZ4.733.560.67-
YUV50.4104.07154.1-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 64.44%
GREEN value IS 40 (16.02% from 255) = 29.63%
BLUE value IS 8 (3.52% from 255) = 5.93%
R=64.44%
G=29.63%
B=5.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.91
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8740800.540.910.6624.383.1618.63
Hex572880365B42185313
Octal12750100661331023012323
Binary1010111101000100001101101011011100001011000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572808; }

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

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

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

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

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

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

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

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