#572409

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

Shades of Baker's Chocolate #572409

Tints of Baker's Chocolate #572409

Color information

#572409 (or 0x572409) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 24 and 09. RGB value is (87,36,9). Sum of RGB (Red+Green+Blue) = 87+36+9=132 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.91% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 9 (3.91% from 255 or 6.82% from 132); Max value from RGB is 87 - color contains mainly: red. Hex color #572409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572409 is #A8DBF6. Grayscale: #303030. Windows color (decimal): -11066359 or 599127. OLE color: 599127.

HSL color Cylindrical-coordinate representation of color #572409: hue angle of 20.77º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #572409 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB87369-
CMYK00.590.900.66
HSL20.77º81.25%18.82%-
HSV(B)20.77º89.66%34.12%-
XYZ4.613.310.65-
YUV48.17105.9155.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 65.91%
GREEN value IS 36 (14.45% from 255) = 27.27%
BLUE value IS 9 (3.91% from 255) = 6.82%
R=65.91%
G=27.27%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8736900.590.900.6620.7781.2518.82
Hex5724903B5A42155113
Octal12744110731321022512123
Binary1010111100100100101110111011010100001010101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572409; }

 p { color: rgb(87,36,9); }

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

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

 a { background-color: rgb(87,36,9); }

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

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

 span { border-color: rgb(87,36,9); }

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