Shades of Baker's Chocolate #482C01
Tints of Baker's Chocolate #482C01
RGB
CMYK
RGB Variations
Color information
#482C01 (or 0x482C01) is known color: Baker's Chocolate. HEX triplet: 48, 2C and 01. RGB value is (72,44,1). Sum of RGB (Red+Green+Blue) = 72+44+1=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 44 (17.58% from 255 or 37.61% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #482C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482C01 is #B7D3FE. Grayscale: #2F2F2F. Windows color (decimal): -12047359 or 76872. OLE color: 76872.
HSL color Cylindrical-coordinate representation of color #482C01: hue angle of 36.34º 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 #482C01 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 44 | 1 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.72 |
| HSL | 36.34º | 0.97% | 0.14% | - |
| HSV(B) | 36.34º | 0.99% | 0.28% | - |
| XYZ | 3.58 | 3.18 | 0.45 | - |
| YUV | 47.47 | 101.78 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 44 | 1 | 0 | 0.39 | 0.99 | 0.72 | 36.34 | 0.97 | 0.14 |
| Hex | 48 | 2C | 1 | 0 | 27 | 63 | 48 | 24 | 61 | E |
| Octal | 110 | 54 | 1 | 0 | 47 | 143 | 110 | 44 | 141 | 16 |
| Binary | 1001000 | 101100 | 1 | 0 | 100111 | 1100011 | 1001000 | 100100 | 1100001 | 1110 |
Color Harmonies of #482C01
Complementary color
Monochromatic Colors of #482C01
Black with #482C01
Text Example
Text Example
White with #482C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482C01; }
p { color: rgb(72,44,1); }
H1.HeaderClassName
{
color: #482C01;
}
.AnyTagClassName
{
color: #482C01;
}
</style>
background-color css
<style>
a { background-color: #482C01; }
a { background-color: rgb(72,44,1); }
div.DivClassName
{
background-color: #482C01;
}
.BgClassName
{
background-color: #482C01;
}
</style>
border-color css
<style>
span { border-color: #482C01; }
span { border-color: rgb(72,44,1); }
td.TdClassName
{
border-color: #482C01;
}
.TagClassName
{
border-color: #482C01;
}
</style>