Shades of Brown Pod #4A2003
Tints of Brown Pod #4A2003
RGB
CMYK
RGB Variations
Color information
#4A2003 (or 0x4A2003) is known color: Brown Pod. HEX triplet: 4A, 20 and 03. RGB value is (74,32,3). Sum of RGB (Red+Green+Blue) = 74+32+3=109 (14% of max value = 765). Red value is 74 (29.30% from 255 or 67.89% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 3 (1.56% from 255 or 2.75% from 109); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2003 is #B5DFFC. Grayscale: #292929. Windows color (decimal): -11919357 or 204874. OLE color: 204874.
HSL color Cylindrical-coordinate representation of color #4A2003: hue angle of 24.51º 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 #4A2003 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 32 | 3 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.71 |
| HSL | 24.51º | 0.92% | 0.15% | - |
| HSV(B) | 24.51º | 0.96% | 0.29% | - |
| XYZ | 3.36 | 2.5 | 0.39 | - |
| YUV | 41.25 | 106.41 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 32 | 3 | 0 | 0.57 | 0.96 | 0.71 | 24.51 | 0.92 | 0.15 |
| Hex | 4A | 20 | 3 | 0 | 39 | 60 | 47 | 19 | 5C | F |
| Octal | 112 | 40 | 3 | 0 | 71 | 140 | 107 | 31 | 134 | 17 |
| Binary | 1001010 | 100000 | 11 | 0 | 111001 | 1100000 | 1000111 | 11001 | 1011100 | 1111 |
Color Harmonies of #4A2003
Complementary color
Monochromatic Colors of #4A2003
Black with #4A2003
Text Example
Text Example
White with #4A2003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2003; }
p { color: rgb(74,32,3); }
H1.HeaderClassName
{
color: #4A2003;
}
.AnyTagClassName
{
color: #4A2003;
}
</style>
background-color css
<style>
a { background-color: #4A2003; }
a { background-color: rgb(74,32,3); }
div.DivClassName
{
background-color: #4A2003;
}
.BgClassName
{
background-color: #4A2003;
}
</style>
border-color css
<style>
span { border-color: #4A2003; }
span { border-color: rgb(74,32,3); }
td.TdClassName
{
border-color: #4A2003;
}
.TagClassName
{
border-color: #4A2003;
}
</style>