Shades of Baker's Chocolate #482C03
Tints of Baker's Chocolate #482C03
RGB
CMYK
RGB Variations
Color information
#482C03 (or 0x482C03) is known color: Baker's Chocolate. HEX triplet: 48, 2C and 03. RGB value is (72,44,3). Sum of RGB (Red+Green+Blue) = 72+44+3=119 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60.50% from 119); Green value is 44 (17.58% from 255 or 36.97% from 119); Blue value is 3 (1.56% from 255 or 2.52% from 119); Max value from RGB is 72 - color contains mainly: red. Hex color #482C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482C03 is #B7D3FC. Grayscale: #2F2F2F. Windows color (decimal): -12047357 or 207944. OLE color: 207944.
HSL color Cylindrical-coordinate representation of color #482C03: hue angle of 35.65º 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 #482C03 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 44 | 3 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.72 |
| HSL | 35.65º | 0.92% | 0.15% | - |
| HSV(B) | 35.65º | 0.96% | 0.28% | - |
| XYZ | 3.59 | 3.19 | 0.51 | - |
| YUV | 47.7 | 102.78 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 44 | 3 | 0 | 0.39 | 0.96 | 0.72 | 35.65 | 0.92 | 0.15 |
| Hex | 48 | 2C | 3 | 0 | 27 | 60 | 48 | 24 | 5C | F |
| Octal | 110 | 54 | 3 | 0 | 47 | 140 | 110 | 44 | 134 | 17 |
| Binary | 1001000 | 101100 | 11 | 0 | 100111 | 1100000 | 1001000 | 100100 | 1011100 | 1111 |
Color Harmonies of #482C03
Complementary color
Monochromatic Colors of #482C03
Black with #482C03
Text Example
Text Example
White with #482C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482C03; }
p { color: rgb(72,44,3); }
H1.HeaderClassName
{
color: #482C03;
}
.AnyTagClassName
{
color: #482C03;
}
</style>
background-color css
<style>
a { background-color: #482C03; }
a { background-color: rgb(72,44,3); }
div.DivClassName
{
background-color: #482C03;
}
.BgClassName
{
background-color: #482C03;
}
</style>
border-color css
<style>
span { border-color: #482C03; }
span { border-color: rgb(72,44,3); }
td.TdClassName
{
border-color: #482C03;
}
.TagClassName
{
border-color: #482C03;
}
</style>