Shades of Brown Pod #4A1F13
Tints of Brown Pod #4A1F13
RGB
CMYK
RGB Variations
Color information
#4A1F13 (or 0x4A1F13) is known color: Brown Pod. HEX triplet: 4A, 1F and 13. RGB value is (74,31,19). Sum of RGB (Red+Green+Blue) = 74+31+19=124 (16% of max value = 765). Red value is 74 (29.30% from 255 or 59.68% from 124); Green value is 31 (12.5% from 255 or 25% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A1F13 is #B5E0EC. Grayscale: #2A2A2A. Windows color (decimal): -11919597 or 1253194. OLE color: 1253194.
HSL color Cylindrical-coordinate representation of color #4A1F13: hue angle of 13.09º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A1F13 is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 31 | 19 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.71 |
| HSL | 13.09º | 0.59% | 0.18% | - |
| HSV(B) | 13.09º | 0.74% | 0.29% | - |
| XYZ | 3.43 | 2.48 | 0.91 | - |
| YUV | 42.49 | 114.75 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 31 | 19 | 0 | 0.58 | 0.74 | 0.71 | 13.09 | 0.59 | 0.18 |
| Hex | 4A | 1F | 13 | 0 | 3A | 4A | 47 | D | 3B | 12 |
| Octal | 112 | 37 | 23 | 0 | 72 | 112 | 107 | 15 | 73 | 22 |
| Binary | 1001010 | 11111 | 10011 | 0 | 111010 | 1001010 | 1000111 | 1101 | 111011 | 10010 |
Color Harmonies of #4A1F13
Complementary color
Monochromatic Colors of #4A1F13
Black with #4A1F13
Text Example
Text Example
White with #4A1F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1F13; }
p { color: rgb(74,31,19); }
H1.HeaderClassName
{
color: #4A1F13;
}
.AnyTagClassName
{
color: #4A1F13;
}
</style>
background-color css
<style>
a { background-color: #4A1F13; }
a { background-color: rgb(74,31,19); }
div.DivClassName
{
background-color: #4A1F13;
}
.BgClassName
{
background-color: #4A1F13;
}
</style>
border-color css
<style>
span { border-color: #4A1F13; }
span { border-color: rgb(74,31,19); }
td.TdClassName
{
border-color: #4A1F13;
}
.TagClassName
{
border-color: #4A1F13;
}
</style>