Shades of Brown Pod #4A1F08
Tints of Brown Pod #4A1F08
RGB
CMYK
RGB Variations
Color information
#4A1F08 (or 0x4A1F08) is known color: Brown Pod. HEX triplet: 4A, 1F and 08. RGB value is (74,31,8). Sum of RGB (Red+Green+Blue) = 74+31+8=113 (14% of max value = 765). Red value is 74 (29.30% from 255 or 65.49% from 113); Green value is 31 (12.5% from 255 or 27.43% from 113); Blue value is 8 (3.52% from 255 or 7.08% from 113); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A1F08 is #B5E0F7. Grayscale: #292929. Windows color (decimal): -11919608 or 532298. OLE color: 532298.
HSL color Cylindrical-coordinate representation of color #4A1F08: hue angle of 20.91º 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 #4A1F08 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 31 | 8 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.71 |
| HSL | 20.91º | 0.8% | 0.16% | - |
| HSV(B) | 20.91º | 0.89% | 0.29% | - |
| XYZ | 3.36 | 2.45 | 0.53 | - |
| YUV | 41.24 | 109.25 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 31 | 8 | 0 | 0.58 | 0.89 | 0.71 | 20.91 | 0.8 | 0.16 |
| Hex | 4A | 1F | 8 | 0 | 3A | 59 | 47 | 15 | 50 | 10 |
| Octal | 112 | 37 | 10 | 0 | 72 | 131 | 107 | 25 | 120 | 20 |
| Binary | 1001010 | 11111 | 1000 | 0 | 111010 | 1011001 | 1000111 | 10101 | 1010000 | 10000 |
Color Harmonies of #4A1F08
Complementary color
Monochromatic Colors of #4A1F08
Black with #4A1F08
Text Example
Text Example
White with #4A1F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1F08; }
p { color: rgb(74,31,8); }
H1.HeaderClassName
{
color: #4A1F08;
}
.AnyTagClassName
{
color: #4A1F08;
}
</style>
background-color css
<style>
a { background-color: #4A1F08; }
a { background-color: rgb(74,31,8); }
div.DivClassName
{
background-color: #4A1F08;
}
.BgClassName
{
background-color: #4A1F08;
}
</style>
border-color css
<style>
span { border-color: #4A1F08; }
span { border-color: rgb(74,31,8); }
td.TdClassName
{
border-color: #4A1F08;
}
.TagClassName
{
border-color: #4A1F08;
}
</style>