Shades of Baker's Chocolate #482800
Tints of Baker's Chocolate #482800
RGB
CMYK
RGB Variations
Color information
#482800 (or 0x482800) is known color: Baker's Chocolate. HEX triplet: 48, 28 and 00. RGB value is (72,40,0). Sum of RGB (Red+Green+Blue) = 72+40+0=112 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.29% from 112); Green value is 40 (16.02% from 255 or 35.71% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 72 - color contains mainly: red. Hex color #482800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482800 is #B7D7FF. Grayscale: #2D2D2D. Windows color (decimal): -12048384 or 10312. OLE color: 10312.
HSL color Cylindrical-coordinate representation of color #482800: hue angle of 33.33º 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 #482800 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 40 | 0 | - |
| CMYK | 0 | 0.44 | 1 | 0.72 |
| HSL | 33.33º | 1% | 0.14% | - |
| HSV(B) | 33.33º | 1% | 0.28% | - |
| XYZ | 3.43 | 2.9 | 0.38 | - |
| YUV | 45.01 | 102.6 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 40 | 0 | 0 | 0.44 | 1 | 0.72 | 33.33 | 1 | 0.14 |
| Hex | 48 | 28 | 0 | 0 | 2C | 64 | 48 | 21 | 64 | E |
| Octal | 110 | 50 | 0 | 0 | 54 | 144 | 110 | 41 | 144 | 16 |
| Binary | 1001000 | 101000 | 0 | 0 | 101100 | 1100100 | 1001000 | 100001 | 1100100 | 1110 |
Color Harmonies of #482800
Complementary color
Monochromatic Colors of #482800
Black with #482800
Text Example
Text Example
White with #482800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482800; }
p { color: rgb(72,40,0); }
H1.HeaderClassName
{
color: #482800;
}
.AnyTagClassName
{
color: #482800;
}
</style>
background-color css
<style>
a { background-color: #482800; }
a { background-color: rgb(72,40,0); }
div.DivClassName
{
background-color: #482800;
}
.BgClassName
{
background-color: #482800;
}
</style>
border-color css
<style>
span { border-color: #482800; }
span { border-color: rgb(72,40,0); }
td.TdClassName
{
border-color: #482800;
}
.TagClassName
{
border-color: #482800;
}
</style>