#572E09

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

Shades of Baker's Chocolate #572E09

Tints of Baker's Chocolate #572E09

Color information

#572E09 (or 0x572E09) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 2E and 09. RGB value is (87,46,9). Sum of RGB (Red+Green+Blue) = 87+46+9=142 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.27% from 142); Green value is 46 (18.36% from 255 or 32.39% from 142); Blue value is 9 (3.91% from 255 or 6.34% from 142); Max value from RGB is 87 - color contains mainly: red. Hex color #572E09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572E09 is #A8D1F6. Grayscale: #363636. Windows color (decimal): -11063799 or 601687. OLE color: 601687.

HSL color Cylindrical-coordinate representation of color #572E09: hue angle of 28.46º 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 #572E09 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB87469-
CMYK00.470.900.66
HSL28.46º81.25%18.82%-
HSV(B)28.46º89.66%34.12%-
XYZ4.9640.77-
YUV54.04102.58151.51-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 61.27%
GREEN value IS 46 (18.36% from 255) = 32.39%
BLUE value IS 9 (3.91% from 255) = 6.34%
R=61.27%
G=32.39%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8746900.470.900.6628.4681.2518.82
Hex572E902F5A421c5113
Octal12756110571321023412123
Binary1010111101110100101011111011010100001011100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572E09; }

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

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

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

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

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

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

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

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