Shades of Baker's Chocolate #482D00
Tints of Baker's Chocolate #482D00
RGB
CMYK
RGB Variations
Color information
#482D00 (or 0x482D00) is known color: Baker's Chocolate. HEX triplet: 48, 2D and 00. RGB value is (72,45,0). Sum of RGB (Red+Green+Blue) = 72+45+0=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 45 (17.97% from 255 or 38.46% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #482D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482D00 is #B7D2FF. Grayscale: #303030. Windows color (decimal): -12047104 or 11592. OLE color: 11592.
HSL color Cylindrical-coordinate representation of color #482D00: hue angle of 37.5º 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 #482D00 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 45 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.72 |
| HSL | 37.5º | 1% | 0.14% | - |
| HSV(B) | 37.5º | 1% | 0.28% | - |
| XYZ | 3.61 | 3.25 | 0.44 | - |
| YUV | 47.94 | 100.95 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 0 | 0 | 0.38 | 1 | 0.72 | 37.5 | 1 | 0.14 |
| Hex | 48 | 2D | 0 | 0 | 26 | 64 | 48 | 26 | 64 | E |
| Octal | 110 | 55 | 0 | 0 | 46 | 144 | 110 | 46 | 144 | 16 |
| Binary | 1001000 | 101101 | 0 | 0 | 100110 | 1100100 | 1001000 | 100110 | 1100100 | 1110 |
Color Harmonies of #482D00
Complementary color
Monochromatic Colors of #482D00
Black with #482D00
Text Example
Text Example
White with #482D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482D00; }
p { color: rgb(72,45,0); }
H1.HeaderClassName
{
color: #482D00;
}
.AnyTagClassName
{
color: #482D00;
}
</style>
background-color css
<style>
a { background-color: #482D00; }
a { background-color: rgb(72,45,0); }
div.DivClassName
{
background-color: #482D00;
}
.BgClassName
{
background-color: #482D00;
}
</style>
border-color css
<style>
span { border-color: #482D00; }
span { border-color: rgb(72,45,0); }
td.TdClassName
{
border-color: #482D00;
}
.TagClassName
{
border-color: #482D00;
}
</style>