Shades of Baker's Chocolate #482500
Tints of Baker's Chocolate #482500
RGB
CMYK
RGB Variations
Color information
#482500 (or 0x482500) is known color: Baker's Chocolate. HEX triplet: 48, 25 and 00. RGB value is (72,37,0). Sum of RGB (Red+Green+Blue) = 72+37+0=109 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.06% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 72 - color contains mainly: red. Hex color #482500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482500 is #B7DAFF. Grayscale: #2B2B2B. Windows color (decimal): -12049152 or 9544. OLE color: 9544.
HSL color Cylindrical-coordinate representation of color #482500: hue angle of 30.83º 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 #482500 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 37 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.72 |
| HSL | 30.83º | 1% | 0.14% | - |
| HSV(B) | 30.83º | 1% | 0.28% | - |
| XYZ | 3.33 | 2.7 | 0.35 | - |
| YUV | 43.25 | 103.6 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 37 | 0 | 0 | 0.49 | 1 | 0.72 | 30.83 | 1 | 0.14 |
| Hex | 48 | 25 | 0 | 0 | 31 | 64 | 48 | 1F | 64 | E |
| Octal | 110 | 45 | 0 | 0 | 61 | 144 | 110 | 37 | 144 | 16 |
| Binary | 1001000 | 100101 | 0 | 0 | 110001 | 1100100 | 1001000 | 11111 | 1100100 | 1110 |
Color Harmonies of #482500
Complementary color
Monochromatic Colors of #482500
Black with #482500
Text Example
Text Example
White with #482500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482500; }
p { color: rgb(72,37,0); }
H1.HeaderClassName
{
color: #482500;
}
.AnyTagClassName
{
color: #482500;
}
</style>
background-color css
<style>
a { background-color: #482500; }
a { background-color: rgb(72,37,0); }
div.DivClassName
{
background-color: #482500;
}
.BgClassName
{
background-color: #482500;
}
</style>
border-color css
<style>
span { border-color: #482500; }
span { border-color: rgb(72,37,0); }
td.TdClassName
{
border-color: #482500;
}
.TagClassName
{
border-color: #482500;
}
</style>