Shades of Brown Pod #4A2008
Tints of Brown Pod #4A2008
RGB
CMYK
RGB Variations
Color information
#4A2008 (or 0x4A2008) is known color: Brown Pod. HEX triplet: 4A, 20 and 08. RGB value is (74,32,8). Sum of RGB (Red+Green+Blue) = 74+32+8=114 (15% of max value = 765). Red value is 74 (29.30% from 255 or 64.91% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 8 (3.52% from 255 or 7.02% from 114); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2008 is #B5DFF7. Grayscale: #292929. Windows color (decimal): -11919352 or 532554. OLE color: 532554.
HSL color Cylindrical-coordinate representation of color #4A2008: hue angle of 21.82º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A2008 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 32 | 8 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.71 |
| HSL | 21.82º | 0.8% | 0.16% | - |
| HSV(B) | 21.82º | 0.89% | 0.29% | - |
| XYZ | 3.38 | 2.51 | 0.54 | - |
| YUV | 41.82 | 108.91 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 32 | 8 | 0 | 0.57 | 0.89 | 0.71 | 21.82 | 0.8 | 0.16 |
| Hex | 4A | 20 | 8 | 0 | 39 | 59 | 47 | 16 | 50 | 10 |
| Octal | 112 | 40 | 10 | 0 | 71 | 131 | 107 | 26 | 120 | 20 |
| Binary | 1001010 | 100000 | 1000 | 0 | 111001 | 1011001 | 1000111 | 10110 | 1010000 | 10000 |
Color Harmonies of #4A2008
Complementary color
Monochromatic Colors of #4A2008
Black with #4A2008
Text Example
Text Example
White with #4A2008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2008; }
p { color: rgb(74,32,8); }
H1.HeaderClassName
{
color: #4A2008;
}
.AnyTagClassName
{
color: #4A2008;
}
</style>
background-color css
<style>
a { background-color: #4A2008; }
a { background-color: rgb(74,32,8); }
div.DivClassName
{
background-color: #4A2008;
}
.BgClassName
{
background-color: #4A2008;
}
</style>
border-color css
<style>
span { border-color: #4A2008; }
span { border-color: rgb(74,32,8); }
td.TdClassName
{
border-color: #4A2008;
}
.TagClassName
{
border-color: #4A2008;
}
</style>