Shades of Brown Pod #4A190B
Tints of Brown Pod #4A190B
RGB
CMYK
RGB Variations
Color information
#4A190B (or 0x4A190B) is known color: Brown Pod. HEX triplet: 4A, 19 and 0B. RGB value is (74,25,11). Sum of RGB (Red+Green+Blue) = 74+25+11=110 (14% of max value = 765). Red value is 74 (29.30% from 255 or 67.27% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 74 - color contains mainly: red. Hex color #4A190B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A190B is #B5E6F4. Grayscale: #262626. Windows color (decimal): -11921141 or 727370. OLE color: 727370.
HSL color Cylindrical-coordinate representation of color #4A190B: hue angle of 13.33º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A190B is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 25 | 11 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.71 |
| HSL | 13.33º | 0.74% | 0.17% | - |
| HSV(B) | 13.33º | 0.85% | 0.29% | - |
| XYZ | 3.23 | 2.18 | 0.57 | - |
| YUV | 38.06 | 112.73 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 25 | 11 | 0 | 0.66 | 0.85 | 0.71 | 13.33 | 0.74 | 0.17 |
| Hex | 4A | 19 | B | 0 | 42 | 55 | 47 | D | 4A | 11 |
| Octal | 112 | 31 | 13 | 0 | 102 | 125 | 107 | 15 | 112 | 21 |
| Binary | 1001010 | 11001 | 1011 | 0 | 1000010 | 1010101 | 1000111 | 1101 | 1001010 | 10001 |
Color Harmonies of #4A190B
Complementary color
Monochromatic Colors of #4A190B
Black with #4A190B
Text Example
Text Example
White with #4A190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A190B; }
p { color: rgb(74,25,11); }
H1.HeaderClassName
{
color: #4A190B;
}
.AnyTagClassName
{
color: #4A190B;
}
</style>
background-color css
<style>
a { background-color: #4A190B; }
a { background-color: rgb(74,25,11); }
div.DivClassName
{
background-color: #4A190B;
}
.BgClassName
{
background-color: #4A190B;
}
</style>
border-color css
<style>
span { border-color: #4A190B; }
span { border-color: rgb(74,25,11); }
td.TdClassName
{
border-color: #4A190B;
}
.TagClassName
{
border-color: #4A190B;
}
</style>