Shades of Baker's Chocolate #472B01
Tints of Baker's Chocolate #472B01
RGB
CMYK
RGB Variations
Color information
#472B01 (or 0x472B01) is known color: Baker's Chocolate. HEX triplet: 47, 2B and 01. RGB value is (71,43,1). Sum of RGB (Red+Green+Blue) = 71+43+1=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 43 (17.19% from 255 or 37.39% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #472B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472B01 is #B8D4FE. Grayscale: #2E2E2E. Windows color (decimal): -12113151 or 76615. OLE color: 76615.
HSL color Cylindrical-coordinate representation of color #472B01: hue angle of 36º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #472B01 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 43 | 1 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.72 |
| HSL | 36º | 0.97% | 0.14% | - |
| HSV(B) | 36º | 0.99% | 0.28% | - |
| XYZ | 3.47 | 3.07 | 0.44 | - |
| YUV | 46.58 | 102.28 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 43 | 1 | 0 | 0.39 | 0.99 | 0.72 | 36 | 0.97 | 0.14 |
| Hex | 47 | 2B | 1 | 0 | 27 | 63 | 48 | 24 | 61 | E |
| Octal | 107 | 53 | 1 | 0 | 47 | 143 | 110 | 44 | 141 | 16 |
| Binary | 1000111 | 101011 | 1 | 0 | 100111 | 1100011 | 1001000 | 100100 | 1100001 | 1110 |
Color Harmonies of #472B01
Complementary color
Monochromatic Colors of #472B01
Black with #472B01
Text Example
Text Example
White with #472B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472B01; }
p { color: rgb(71,43,1); }
H1.HeaderClassName
{
color: #472B01;
}
.AnyTagClassName
{
color: #472B01;
}
</style>
background-color css
<style>
a { background-color: #472B01; }
a { background-color: rgb(71,43,1); }
div.DivClassName
{
background-color: #472B01;
}
.BgClassName
{
background-color: #472B01;
}
</style>
border-color css
<style>
span { border-color: #472B01; }
span { border-color: rgb(71,43,1); }
td.TdClassName
{
border-color: #472B01;
}
.TagClassName
{
border-color: #472B01;
}
</style>