Shades of Baker's Chocolate #572C08
Tints of Baker's Chocolate #572C08
RGB
CMYK
RGB Variations
Color information
#572C08 (or 0x572C08) is known color: Baker's Chocolate. HEX triplet: 57, 2C and 08. RGB value is (87,44,8). Sum of RGB (Red+Green+Blue) = 87+44+8=139 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.59% from 139); Green value is 44 (17.58% from 255 or 31.65% from 139); Blue value is 8 (3.52% from 255 or 5.76% from 139); Max value from RGB is 87 - color contains mainly: red. Hex color #572C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572C08 is #A8D3F7. Grayscale: #343434. Windows color (decimal): -11064312 or 535639. OLE color: 535639.
HSL color Cylindrical-coordinate representation of color #572C08: hue angle of 27.34º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #572C08 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 44 | 8 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.66 |
| HSL | 27.34º | 0.83% | 0.19% | - |
| HSV(B) | 27.34º | 0.91% | 0.34% | - |
| XYZ | 4.87 | 3.85 | 0.71 | - |
| YUV | 52.75 | 102.75 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 44 | 8 | 0 | 0.49 | 0.91 | 0.66 | 27.34 | 0.83 | 0.19 |
| Hex | 57 | 2C | 8 | 0 | 31 | 5B | 42 | 1B | 53 | 13 |
| Octal | 127 | 54 | 10 | 0 | 61 | 133 | 102 | 33 | 123 | 23 |
| Binary | 1010111 | 101100 | 1000 | 0 | 110001 | 1011011 | 1000010 | 11011 | 1010011 | 10011 |
Color Harmonies of #572C08
Complementary color
Monochromatic Colors of #572C08
Black with #572C08
Text Example
Text Example
White with #572C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572C08; }
p { color: rgb(87,44,8); }
H1.HeaderClassName
{
color: #572C08;
}
.AnyTagClassName
{
color: #572C08;
}
</style>
background-color css
<style>
a { background-color: #572C08; }
a { background-color: rgb(87,44,8); }
div.DivClassName
{
background-color: #572C08;
}
.BgClassName
{
background-color: #572C08;
}
</style>
border-color css
<style>
span { border-color: #572C08; }
span { border-color: rgb(87,44,8); }
td.TdClassName
{
border-color: #572C08;
}
.TagClassName
{
border-color: #572C08;
}
</style>