Shades of Brown Pod #4A200A
Tints of Brown Pod #4A200A
RGB
CMYK
RGB Variations
Color information
#4A200A (or 0x4A200A) is known color: Brown Pod. HEX triplet: 4A, 20 and 0A. RGB value is (74,32,10). Sum of RGB (Red+Green+Blue) = 74+32+10=116 (15% of max value = 765). Red value is 74 (29.30% from 255 or 63.79% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 10 (4.30% from 255 or 8.62% from 116); Max value from RGB is 74 - color contains mainly: red. Hex color #4A200A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A200A is #B5DFF5. Grayscale: #2A2A2A. Windows color (decimal): -11919350 or 663626. OLE color: 663626.
HSL color Cylindrical-coordinate representation of color #4A200A: hue angle of 20.62º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A200A is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 32 | 10 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.71 |
| HSL | 20.63º | 0.76% | 0.16% | - |
| HSV(B) | 20.63º | 0.86% | 0.29% | - |
| XYZ | 3.4 | 2.51 | 0.59 | - |
| YUV | 42.05 | 109.91 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 32 | 10 | 0 | 0.57 | 0.86 | 0.71 | 20.63 | 0.76 | 0.16 |
| Hex | 4A | 20 | A | 0 | 39 | 56 | 47 | 15 | 4C | 10 |
| Octal | 112 | 40 | 12 | 0 | 71 | 126 | 107 | 25 | 114 | 20 |
| Binary | 1001010 | 100000 | 1010 | 0 | 111001 | 1010110 | 1000111 | 10101 | 1001100 | 10000 |
Color Harmonies of #4A200A
Complementary color
Monochromatic Colors of #4A200A
Black with #4A200A
Text Example
Text Example
White with #4A200A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A200A; }
p { color: rgb(74,32,10); }
H1.HeaderClassName
{
color: #4A200A;
}
.AnyTagClassName
{
color: #4A200A;
}
</style>
background-color css
<style>
a { background-color: #4A200A; }
a { background-color: rgb(74,32,10); }
div.DivClassName
{
background-color: #4A200A;
}
.BgClassName
{
background-color: #4A200A;
}
</style>
border-color css
<style>
span { border-color: #4A200A; }
span { border-color: rgb(74,32,10); }
td.TdClassName
{
border-color: #4A200A;
}
.TagClassName
{
border-color: #4A200A;
}
</style>