Shades of Brown Pod #4A1906
Tints of Brown Pod #4A1906
RGB
CMYK
RGB Variations
Color information
#4A1906 (or 0x4A1906) is known color: Brown Pod. HEX triplet: 4A, 19 and 06. RGB value is (74,25,6). Sum of RGB (Red+Green+Blue) = 74+25+6=105 (13% of max value = 765). Red value is 74 (29.30% from 255 or 70.48% from 105); Green value is 25 (10.16% from 255 or 23.81% from 105); Blue value is 6 (2.73% from 255 or 5.71% from 105); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1906 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A1906 is #B5E6F9. Grayscale: #252525. Windows color (decimal): -11921146 or 399690. OLE color: 399690.
HSL color Cylindrical-coordinate representation of color #4A1906: hue angle of 16.76º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4A1906 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 25 | 6 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.71 |
| HSL | 16.76º | 0.85% | 0.16% | - |
| HSV(B) | 16.76º | 0.92% | 0.29% | - |
| XYZ | 3.2 | 2.16 | 0.42 | - |
| YUV | 37.49 | 110.23 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 25 | 6 | 0 | 0.66 | 0.92 | 0.71 | 16.76 | 0.85 | 0.16 |
| Hex | 4A | 19 | 6 | 0 | 42 | 5C | 47 | 11 | 55 | 10 |
| Octal | 112 | 31 | 6 | 0 | 102 | 134 | 107 | 21 | 125 | 20 |
| Binary | 1001010 | 11001 | 110 | 0 | 1000010 | 1011100 | 1000111 | 10001 | 1010101 | 10000 |
Color Harmonies of #4A1906
Complementary color
Monochromatic Colors of #4A1906
Black with #4A1906
Text Example
Text Example
White with #4A1906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1906; }
p { color: rgb(74,25,6); }
H1.HeaderClassName
{
color: #4A1906;
}
.AnyTagClassName
{
color: #4A1906;
}
</style>
background-color css
<style>
a { background-color: #4A1906; }
a { background-color: rgb(74,25,6); }
div.DivClassName
{
background-color: #4A1906;
}
.BgClassName
{
background-color: #4A1906;
}
</style>
border-color css
<style>
span { border-color: #4A1906; }
span { border-color: rgb(74,25,6); }
td.TdClassName
{
border-color: #4A1906;
}
.TagClassName
{
border-color: #4A1906;
}
</style>