#572804

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

Shades of Baker's Chocolate #572804

Tints of Baker's Chocolate #572804

Color information

#572804 (or 0x572804) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 28 and 04. RGB value is (87,40,4). Sum of RGB (Red+Green+Blue) = 87+40+4=131 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.41% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 4 (1.95% from 255 or 3.05% from 131); Max value from RGB is 87 - color contains mainly: red. Hex color #572804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572804 is #A8D7FB. Grayscale: #323232. Windows color (decimal): -11065340 or 272471. OLE color: 272471.

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

Color convert

RGB87404-
CMYK00.540.950.66
HSL26.02º91.21%17.84%-
HSV(B)26.02º95.4%34.12%-
XYZ4.713.550.55-
YUV49.95102.07154.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 66.41%
GREEN value IS 40 (16.02% from 255) = 30.53%
BLUE value IS 4 (1.95% from 255) = 3.05%
R=66.41%
G=30.53%
B=3.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8740400.540.950.6626.0291.2117.84
Hex572840365F421a5b12
Octal1275040661371023213322
Binary101011110100010001101101011111100001011010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572804; }

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

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

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

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

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

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

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

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