Shades of Baker's Chocolate #482B06
Tints of Baker's Chocolate #482B06
RGB
CMYK
RGB Variations
Color information
#482B06 (or 0x482B06) is known color: Baker's Chocolate. HEX triplet: 48, 2B and 06. RGB value is (72,43,6). Sum of RGB (Red+Green+Blue) = 72+43+6=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 43 (17.19% from 255 or 35.54% from 121); Blue value is 6 (2.73% from 255 or 4.96% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #482B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482B06 is #B7D4F9. Grayscale: #2F2F2F. Windows color (decimal): -12047610 or 404296. OLE color: 404296.
HSL color Cylindrical-coordinate representation of color #482B06: hue angle of 33.64º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #482B06 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 43 | 6 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.72 |
| HSL | 33.64º | 0.85% | 0.15% | - |
| HSV(B) | 33.64º | 0.92% | 0.28% | - |
| XYZ | 3.57 | 3.12 | 0.59 | - |
| YUV | 47.45 | 104.61 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 43 | 6 | 0 | 0.40 | 0.92 | 0.72 | 33.64 | 0.85 | 0.15 |
| Hex | 48 | 2B | 6 | 0 | 28 | 5C | 48 | 22 | 55 | F |
| Octal | 110 | 53 | 6 | 0 | 50 | 134 | 110 | 42 | 125 | 17 |
| Binary | 1001000 | 101011 | 110 | 0 | 101000 | 1011100 | 1001000 | 100010 | 1010101 | 1111 |
Color Harmonies of #482B06
Complementary color
Monochromatic Colors of #482B06
Black with #482B06
Text Example
Text Example
White with #482B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482B06; }
p { color: rgb(72,43,6); }
H1.HeaderClassName
{
color: #482B06;
}
.AnyTagClassName
{
color: #482B06;
}
</style>
background-color css
<style>
a { background-color: #482B06; }
a { background-color: rgb(72,43,6); }
div.DivClassName
{
background-color: #482B06;
}
.BgClassName
{
background-color: #482B06;
}
</style>
border-color css
<style>
span { border-color: #482B06; }
span { border-color: rgb(72,43,6); }
td.TdClassName
{
border-color: #482B06;
}
.TagClassName
{
border-color: #482B06;
}
</style>