Shades of Baker's Chocolate #482A03
Tints of Baker's Chocolate #482A03
RGB
CMYK
RGB Variations
Color information
#482A03 (or 0x482A03) is known color: Baker's Chocolate. HEX triplet: 48, 2A and 03. RGB value is (72,42,3). Sum of RGB (Red+Green+Blue) = 72+42+3=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 42 (16.80% from 255 or 35.90% from 117); Blue value is 3 (1.56% from 255 or 2.56% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #482A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482A03 is #B7D5FC. Grayscale: #2E2E2E. Windows color (decimal): -12047869 or 207432. OLE color: 207432.
HSL color Cylindrical-coordinate representation of color #482A03: hue angle of 33.91º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #482A03 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 42 | 3 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.72 |
| HSL | 33.91º | 0.92% | 0.15% | - |
| HSV(B) | 33.91º | 0.96% | 0.28% | - |
| XYZ | 3.52 | 3.04 | 0.49 | - |
| YUV | 46.52 | 103.44 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 3 | 0 | 0.42 | 0.96 | 0.72 | 33.91 | 0.92 | 0.15 |
| Hex | 48 | 2A | 3 | 0 | 2A | 60 | 48 | 22 | 5C | F |
| Octal | 110 | 52 | 3 | 0 | 52 | 140 | 110 | 42 | 134 | 17 |
| Binary | 1001000 | 101010 | 11 | 0 | 101010 | 1100000 | 1001000 | 100010 | 1011100 | 1111 |
Color Harmonies of #482A03
Complementary color
Monochromatic Colors of #482A03
Black with #482A03
Text Example
Text Example
White with #482A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482A03; }
p { color: rgb(72,42,3); }
H1.HeaderClassName
{
color: #482A03;
}
.AnyTagClassName
{
color: #482A03;
}
</style>
background-color css
<style>
a { background-color: #482A03; }
a { background-color: rgb(72,42,3); }
div.DivClassName
{
background-color: #482A03;
}
.BgClassName
{
background-color: #482A03;
}
</style>
border-color css
<style>
span { border-color: #482A03; }
span { border-color: rgb(72,42,3); }
td.TdClassName
{
border-color: #482A03;
}
.TagClassName
{
border-color: #482A03;
}
</style>