#572F05

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

Shades of Baker's Chocolate #572F05

Tints of Baker's Chocolate #572F05

Color information

#572F05 (or 0x572F05) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 2F and 05. RGB value is (87,47,5). Sum of RGB (Red+Green+Blue) = 87+47+5=139 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.59% from 139); Green value is 47 (18.75% from 255 or 33.81% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 87 - color contains mainly: red. Hex color #572F05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572F05 is #A8D0FA. Grayscale: #363636. Windows color (decimal): -11063547 or 339799. OLE color: 339799.

HSL color Cylindrical-coordinate representation of color #572F05: hue angle of 30.73º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #572F05 is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB87475-
CMYK00.460.940.66
HSL30.73º89.13%18.04%-
HSV(B)30.73º94.25%34.12%-
XYZ4.974.070.67-
YUV54.17100.25151.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 62.59%
GREEN value IS 47 (18.75% from 255) = 33.81%
BLUE value IS 5 (2.34% from 255) = 3.60%
R=62.59%
G=33.81%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8747500.460.940.6630.7389.1318.04
Hex572F502E5E421f5912
Octal1275750561361023713122
Binary101011110111110101011101011110100001011111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,47,5); }

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

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

 a { background-color: rgb(87,47,5); }

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

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

 span { border-color: rgb(87,47,5); }

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