Shades of Baker's Chocolate #4A3003
Tints of Baker's Chocolate #4A3003
RGB
CMYK
RGB Variations
Color information
#4A3003 (or 0x4A3003) is known color: Baker's Chocolate. HEX triplet: 4A, 30 and 03. RGB value is (74,48,3). Sum of RGB (Red+Green+Blue) = 74+48+3=125 (16% of max value = 765). Red value is 74 (29.30% from 255 or 59.2% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3003 is #B5CFFC. Grayscale: #323232. Windows color (decimal): -11915261 or 208970. OLE color: 208970.
HSL color Cylindrical-coordinate representation of color #4A3003: hue angle of 38.03º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A3003 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 48 | 3 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.71 |
| HSL | 38.03º | 0.92% | 0.15% | - |
| HSV(B) | 38.03º | 0.96% | 0.29% | - |
| XYZ | 3.9 | 3.58 | 0.57 | - |
| YUV | 50.64 | 101.11 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 48 | 3 | 0 | 0.35 | 0.96 | 0.71 | 38.03 | 0.92 | 0.15 |
| Hex | 4A | 30 | 3 | 0 | 23 | 60 | 47 | 26 | 5C | F |
| Octal | 112 | 60 | 3 | 0 | 43 | 140 | 107 | 46 | 134 | 17 |
| Binary | 1001010 | 110000 | 11 | 0 | 100011 | 1100000 | 1000111 | 100110 | 1011100 | 1111 |
Color Harmonies of #4A3003
Complementary color
Monochromatic Colors of #4A3003
Black with #4A3003
Text Example
Text Example
White with #4A3003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3003; }
p { color: rgb(74,48,3); }
H1.HeaderClassName
{
color: #4A3003;
}
.AnyTagClassName
{
color: #4A3003;
}
</style>
background-color css
<style>
a { background-color: #4A3003; }
a { background-color: rgb(74,48,3); }
div.DivClassName
{
background-color: #4A3003;
}
.BgClassName
{
background-color: #4A3003;
}
</style>
border-color css
<style>
span { border-color: #4A3003; }
span { border-color: rgb(74,48,3); }
td.TdClassName
{
border-color: #4A3003;
}
.TagClassName
{
border-color: #4A3003;
}
</style>