Shades of Baker's Chocolate #482A01
Tints of Baker's Chocolate #482A01
RGB
CMYK
RGB Variations
Color information
#482A01 (or 0x482A01) is known color: Baker's Chocolate. HEX triplet: 48, 2A and 01. RGB value is (72,42,1). Sum of RGB (Red+Green+Blue) = 72+42+1=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 42 (16.80% from 255 or 36.52% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #482A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482A01 is #B7D5FE. Grayscale: #2E2E2E. Windows color (decimal): -12047871 or 76360. OLE color: 76360.
HSL color Cylindrical-coordinate representation of color #482A01: hue angle of 34.65º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #482A01 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 42 | 1 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.72 |
| HSL | 34.65º | 0.97% | 0.14% | - |
| HSV(B) | 34.65º | 0.99% | 0.28% | - |
| XYZ | 3.51 | 3.04 | 0.43 | - |
| YUV | 46.3 | 102.44 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 1 | 0 | 0.42 | 0.99 | 0.72 | 34.65 | 0.97 | 0.14 |
| Hex | 48 | 2A | 1 | 0 | 2A | 63 | 48 | 23 | 61 | E |
| Octal | 110 | 52 | 1 | 0 | 52 | 143 | 110 | 43 | 141 | 16 |
| Binary | 1001000 | 101010 | 1 | 0 | 101010 | 1100011 | 1001000 | 100011 | 1100001 | 1110 |
Color Harmonies of #482A01
Complementary color
Monochromatic Colors of #482A01
Black with #482A01
Text Example
Text Example
White with #482A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482A01; }
p { color: rgb(72,42,1); }
H1.HeaderClassName
{
color: #482A01;
}
.AnyTagClassName
{
color: #482A01;
}
</style>
background-color css
<style>
a { background-color: #482A01; }
a { background-color: rgb(72,42,1); }
div.DivClassName
{
background-color: #482A01;
}
.BgClassName
{
background-color: #482A01;
}
</style>
border-color css
<style>
span { border-color: #482A01; }
span { border-color: rgb(72,42,1); }
td.TdClassName
{
border-color: #482A01;
}
.TagClassName
{
border-color: #482A01;
}
</style>