Shades of Baker's Chocolate #472900
Tints of Baker's Chocolate #472900
RGB
CMYK
RGB Variations
Color information
#472900 (or 0x472900) is known color: Baker's Chocolate. HEX triplet: 47, 29 and 00. RGB value is (71,41,0). Sum of RGB (Red+Green+Blue) = 71+41+0=112 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.39% from 112); Green value is 41 (16.41% from 255 or 36.61% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 71 - color contains mainly: red. Hex color #472900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472900 is #B8D6FF. Grayscale: #2D2D2D. Windows color (decimal): -12113664 or 10567. OLE color: 10567.
HSL color Cylindrical-coordinate representation of color #472900: hue angle of 34.65º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #472900 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 41 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.72 |
| HSL | 34.65º | 1% | 0.14% | - |
| HSV(B) | 34.65º | 1% | 0.28% | - |
| XYZ | 3.39 | 2.93 | 0.39 | - |
| YUV | 45.3 | 102.44 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 41 | 0 | 0 | 0.42 | 1 | 0.72 | 34.65 | 1 | 0.14 |
| Hex | 47 | 29 | 0 | 0 | 2A | 64 | 48 | 23 | 64 | E |
| Octal | 107 | 51 | 0 | 0 | 52 | 144 | 110 | 43 | 144 | 16 |
| Binary | 1000111 | 101001 | 0 | 0 | 101010 | 1100100 | 1001000 | 100011 | 1100100 | 1110 |
Color Harmonies of #472900
Complementary color
Monochromatic Colors of #472900
Black with #472900
Text Example
Text Example
White with #472900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472900; }
p { color: rgb(71,41,0); }
H1.HeaderClassName
{
color: #472900;
}
.AnyTagClassName
{
color: #472900;
}
</style>
background-color css
<style>
a { background-color: #472900; }
a { background-color: rgb(71,41,0); }
div.DivClassName
{
background-color: #472900;
}
.BgClassName
{
background-color: #472900;
}
</style>
border-color css
<style>
span { border-color: #472900; }
span { border-color: rgb(71,41,0); }
td.TdClassName
{
border-color: #472900;
}
.TagClassName
{
border-color: #472900;
}
</style>