Shades of Baker's Chocolate #572B03
Tints of Baker's Chocolate #572B03
RGB
CMYK
RGB Variations
Color information
#572B03 (or 0x572B03) is known color: Baker's Chocolate. HEX triplet: 57, 2B and 03. RGB value is (87,43,3). Sum of RGB (Red+Green+Blue) = 87+43+3=133 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.41% from 133); Green value is 43 (17.19% from 255 or 32.33% from 133); Blue value is 3 (1.56% from 255 or 2.26% from 133); Max value from RGB is 87 - color contains mainly: red. Hex color #572B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572B03 is #A8D4FC. Grayscale: #333333. Windows color (decimal): -11064573 or 207703. OLE color: 207703.
HSL color Cylindrical-coordinate representation of color #572B03: hue angle of 28.57º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #572B03 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 43 | 3 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.66 |
| HSL | 28.57º | 0.93% | 0.18% | - |
| HSV(B) | 28.57º | 0.97% | 0.34% | - |
| XYZ | 4.81 | 3.76 | 0.56 | - |
| YUV | 51.6 | 100.58 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 43 | 3 | 0 | 0.51 | 0.97 | 0.66 | 28.57 | 0.93 | 0.18 |
| Hex | 57 | 2B | 3 | 0 | 33 | 61 | 42 | 1D | 5D | 12 |
| Octal | 127 | 53 | 3 | 0 | 63 | 141 | 102 | 35 | 135 | 22 |
| Binary | 1010111 | 101011 | 11 | 0 | 110011 | 1100001 | 1000010 | 11101 | 1011101 | 10010 |
Color Harmonies of #572B03
Complementary color
Monochromatic Colors of #572B03
Black with #572B03
Text Example
Text Example
White with #572B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572B03; }
p { color: rgb(87,43,3); }
H1.HeaderClassName
{
color: #572B03;
}
.AnyTagClassName
{
color: #572B03;
}
</style>
background-color css
<style>
a { background-color: #572B03; }
a { background-color: rgb(87,43,3); }
div.DivClassName
{
background-color: #572B03;
}
.BgClassName
{
background-color: #572B03;
}
</style>
border-color css
<style>
span { border-color: #572B03; }
span { border-color: rgb(87,43,3); }
td.TdClassName
{
border-color: #572B03;
}
.TagClassName
{
border-color: #572B03;
}
</style>