Shades of Brown Pod #4A1509
Tints of Brown Pod #4A1509
RGB
CMYK
RGB Variations
Color information
#4A1509 (or 0x4A1509) is known color: Brown Pod. HEX triplet: 4A, 15 and 09. RGB value is (74,21,9). Sum of RGB (Red+Green+Blue) = 74+21+9=104 (13% of max value = 765). Red value is 74 (29.30% from 255 or 71.15% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A1509 is #B5EAF6. Grayscale: #232323. Windows color (decimal): -11922167 or 595274. OLE color: 595274.
HSL color Cylindrical-coordinate representation of color #4A1509: hue angle of 11.08º 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 #4A1509 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 21 | 9 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.71 |
| HSL | 11.08º | 0.78% | 0.16% | - |
| HSV(B) | 11.08º | 0.88% | 0.29% | - |
| XYZ | 3.14 | 2.01 | 0.48 | - |
| YUV | 35.48 | 113.06 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 21 | 9 | 0 | 0.72 | 0.88 | 0.71 | 11.08 | 0.78 | 0.16 |
| Hex | 4A | 15 | 9 | 0 | 48 | 58 | 47 | B | 4E | 10 |
| Octal | 112 | 25 | 11 | 0 | 110 | 130 | 107 | 13 | 116 | 20 |
| Binary | 1001010 | 10101 | 1001 | 0 | 1001000 | 1011000 | 1000111 | 1011 | 1001110 | 10000 |
Color Harmonies of #4A1509
Complementary color
Monochromatic Colors of #4A1509
Black with #4A1509
Text Example
Text Example
White with #4A1509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1509; }
p { color: rgb(74,21,9); }
H1.HeaderClassName
{
color: #4A1509;
}
.AnyTagClassName
{
color: #4A1509;
}
</style>
background-color css
<style>
a { background-color: #4A1509; }
a { background-color: rgb(74,21,9); }
div.DivClassName
{
background-color: #4A1509;
}
.BgClassName
{
background-color: #4A1509;
}
</style>
border-color css
<style>
span { border-color: #4A1509; }
span { border-color: rgb(74,21,9); }
td.TdClassName
{
border-color: #4A1509;
}
.TagClassName
{
border-color: #4A1509;
}
</style>