#572C0B

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

Shades of Baker's Chocolate #572C0B

Tints of Baker's Chocolate #572C0B

Color information

#572C0B (or 0x572C0B) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 2C and 0B. RGB value is (87,44,11). Sum of RGB (Red+Green+Blue) = 87+44+11=142 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.27% from 142); Green value is 44 (17.58% from 255 or 30.99% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 87 - color contains mainly: red. Hex color #572C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572C0B is #A8D3F4. Grayscale: #353535. Windows color (decimal): -11064309 or 732247. OLE color: 732247.

HSL color Cylindrical-coordinate representation of color #572C0B: hue angle of 26.05º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #572C0B is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.66.

Color convert

RGB874411-
CMYK00.490.870.66
HSL26.05º77.55%19.22%-
HSV(B)26.05º87.36%34.12%-
XYZ4.893.850.8-
YUV53.09104.25152.18-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 61.27%
GREEN value IS 44 (17.58% from 255) = 30.99%
BLUE value IS 11 (4.69% from 255) = 7.75%
R=61.27%
G=30.99%
B=7.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.87
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87441100.490.870.6626.0577.5519.22
Hex572CB03157421a4e13
Octal12754130611271023211623
Binary1010111101100101101100011010111100001011010100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,44,11); }

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

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

 a { background-color: rgb(87,44,11); }

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

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

 span { border-color: rgb(87,44,11); }

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