Shades of Baker's Chocolate #482C02
Tints of Baker's Chocolate #482C02
RGB
CMYK
RGB Variations
Color information
#482C02 (or 0x482C02) is known color: Baker's Chocolate. HEX triplet: 48, 2C and 02. RGB value is (72,44,2). Sum of RGB (Red+Green+Blue) = 72+44+2=118 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.02% from 118); Green value is 44 (17.58% from 255 or 37.29% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 72 - color contains mainly: red. Hex color #482C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482C02 is #B7D3FD. Grayscale: #2F2F2F. Windows color (decimal): -12047358 or 142408. OLE color: 142408.
HSL color Cylindrical-coordinate representation of color #482C02: hue angle of 36º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #482C02 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 44 | 2 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.72 |
| HSL | 36º | 0.95% | 0.15% | - |
| HSV(B) | 36º | 0.97% | 0.28% | - |
| XYZ | 3.58 | 3.18 | 0.48 | - |
| YUV | 47.58 | 102.28 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 44 | 2 | 0 | 0.39 | 0.97 | 0.72 | 36 | 0.95 | 0.15 |
| Hex | 48 | 2C | 2 | 0 | 27 | 61 | 48 | 24 | 5F | F |
| Octal | 110 | 54 | 2 | 0 | 47 | 141 | 110 | 44 | 137 | 17 |
| Binary | 1001000 | 101100 | 10 | 0 | 100111 | 1100001 | 1001000 | 100100 | 1011111 | 1111 |
Color Harmonies of #482C02
Complementary color
Monochromatic Colors of #482C02
Black with #482C02
Text Example
Text Example
White with #482C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482C02; }
p { color: rgb(72,44,2); }
H1.HeaderClassName
{
color: #482C02;
}
.AnyTagClassName
{
color: #482C02;
}
</style>
background-color css
<style>
a { background-color: #482C02; }
a { background-color: rgb(72,44,2); }
div.DivClassName
{
background-color: #482C02;
}
.BgClassName
{
background-color: #482C02;
}
</style>
border-color css
<style>
span { border-color: #482C02; }
span { border-color: rgb(72,44,2); }
td.TdClassName
{
border-color: #482C02;
}
.TagClassName
{
border-color: #482C02;
}
</style>