Shades of Brown Pod #4A2409
Tints of Brown Pod #4A2409
RGB
CMYK
RGB Variations
Color information
#4A2409 (or 0x4A2409) is known color: Brown Pod. HEX triplet: 4A, 24 and 09. RGB value is (74,36,9). Sum of RGB (Red+Green+Blue) = 74+36+9=119 (15% of max value = 765). Red value is 74 (29.30% from 255 or 62.18% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 9 (3.91% from 255 or 7.56% from 119); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2409 is #B5DBF6. Grayscale: #2C2C2C. Windows color (decimal): -11918327 or 599114. OLE color: 599114.
HSL color Cylindrical-coordinate representation of color #4A2409: hue angle of 24.92º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A2409 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 36 | 9 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.71 |
| HSL | 24.92º | 0.78% | 0.16% | - |
| HSV(B) | 24.92º | 0.88% | 0.29% | - |
| XYZ | 3.5 | 2.74 | 0.6 | - |
| YUV | 44.28 | 108.09 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 36 | 9 | 0 | 0.51 | 0.88 | 0.71 | 24.92 | 0.78 | 0.16 |
| Hex | 4A | 24 | 9 | 0 | 33 | 58 | 47 | 19 | 4E | 10 |
| Octal | 112 | 44 | 11 | 0 | 63 | 130 | 107 | 31 | 116 | 20 |
| Binary | 1001010 | 100100 | 1001 | 0 | 110011 | 1011000 | 1000111 | 11001 | 1001110 | 10000 |
Color Harmonies of #4A2409
Complementary color
Monochromatic Colors of #4A2409
Black with #4A2409
Text Example
Text Example
White with #4A2409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2409; }
p { color: rgb(74,36,9); }
H1.HeaderClassName
{
color: #4A2409;
}
.AnyTagClassName
{
color: #4A2409;
}
</style>
background-color css
<style>
a { background-color: #4A2409; }
a { background-color: rgb(74,36,9); }
div.DivClassName
{
background-color: #4A2409;
}
.BgClassName
{
background-color: #4A2409;
}
</style>
border-color css
<style>
span { border-color: #4A2409; }
span { border-color: rgb(74,36,9); }
td.TdClassName
{
border-color: #4A2409;
}
.TagClassName
{
border-color: #4A2409;
}
</style>