Shades of Baker's Chocolate #482A00
Tints of Baker's Chocolate #482A00
RGB
CMYK
RGB Variations
Color information
#482A00 (or 0x482A00) is known color: Baker's Chocolate. HEX triplet: 48, 2A and 00. RGB value is (72,42,0). Sum of RGB (Red+Green+Blue) = 72+42+0=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 42 (16.80% from 255 or 36.84% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #482A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482A00 is #B7D5FF. Grayscale: #2E2E2E. Windows color (decimal): -12047872 or 10824. OLE color: 10824.
HSL color Cylindrical-coordinate representation of color #482A00: hue angle of 35º 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 #482A00 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 42 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.72 |
| HSL | 35º | 1% | 0.14% | - |
| HSV(B) | 35º | 1% | 0.28% | - |
| XYZ | 3.5 | 3.03 | 0.4 | - |
| YUV | 46.18 | 101.94 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 0 | 0 | 0.42 | 1 | 0.72 | 35 | 1 | 0.14 |
| Hex | 48 | 2A | 0 | 0 | 2A | 64 | 48 | 23 | 64 | E |
| Octal | 110 | 52 | 0 | 0 | 52 | 144 | 110 | 43 | 144 | 16 |
| Binary | 1001000 | 101010 | 0 | 0 | 101010 | 1100100 | 1001000 | 100011 | 1100100 | 1110 |
Color Harmonies of #482A00
Complementary color
Monochromatic Colors of #482A00
Black with #482A00
Text Example
Text Example
White with #482A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482A00; }
p { color: rgb(72,42,0); }
H1.HeaderClassName
{
color: #482A00;
}
.AnyTagClassName
{
color: #482A00;
}
</style>
background-color css
<style>
a { background-color: #482A00; }
a { background-color: rgb(72,42,0); }
div.DivClassName
{
background-color: #482A00;
}
.BgClassName
{
background-color: #482A00;
}
</style>
border-color css
<style>
span { border-color: #482A00; }
span { border-color: rgb(72,42,0); }
td.TdClassName
{
border-color: #482A00;
}
.TagClassName
{
border-color: #482A00;
}
</style>