Shades of Baker's Chocolate #482D01
Tints of Baker's Chocolate #482D01
RGB
CMYK
RGB Variations
Color information
#482D01 (or 0x482D01) is known color: Baker's Chocolate. HEX triplet: 48, 2D and 01. RGB value is (72,45,1). Sum of RGB (Red+Green+Blue) = 72+45+1=118 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.02% from 118); Green value is 45 (17.97% from 255 or 38.14% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 72 - color contains mainly: red. Hex color #482D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482D01 is #B7D2FE. Grayscale: #303030. Windows color (decimal): -12047103 or 77128. OLE color: 77128.
HSL color Cylindrical-coordinate representation of color #482D01: hue angle of 37.18º 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 #482D01 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 45 | 1 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.72 |
| HSL | 37.18º | 0.97% | 0.14% | - |
| HSV(B) | 37.18º | 0.99% | 0.28% | - |
| XYZ | 3.62 | 3.26 | 0.47 | - |
| YUV | 48.06 | 101.45 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 1 | 0 | 0.38 | 0.99 | 0.72 | 37.18 | 0.97 | 0.14 |
| Hex | 48 | 2D | 1 | 0 | 26 | 63 | 48 | 25 | 61 | E |
| Octal | 110 | 55 | 1 | 0 | 46 | 143 | 110 | 45 | 141 | 16 |
| Binary | 1001000 | 101101 | 1 | 0 | 100110 | 1100011 | 1001000 | 100101 | 1100001 | 1110 |
Color Harmonies of #482D01
Complementary color
Monochromatic Colors of #482D01
Black with #482D01
Text Example
Text Example
White with #482D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482D01; }
p { color: rgb(72,45,1); }
H1.HeaderClassName
{
color: #482D01;
}
.AnyTagClassName
{
color: #482D01;
}
</style>
background-color css
<style>
a { background-color: #482D01; }
a { background-color: rgb(72,45,1); }
div.DivClassName
{
background-color: #482D01;
}
.BgClassName
{
background-color: #482D01;
}
</style>
border-color css
<style>
span { border-color: #482D01; }
span { border-color: rgb(72,45,1); }
td.TdClassName
{
border-color: #482D01;
}
.TagClassName
{
border-color: #482D01;
}
</style>