Shades of Brown Pod #4A2013
Tints of Brown Pod #4A2013
RGB
CMYK
RGB Variations
Color information
#4A2013 (or 0x4A2013) is known color: Brown Pod. HEX triplet: 4A, 20 and 13. RGB value is (74,32,19). Sum of RGB (Red+Green+Blue) = 74+32+19=125 (16% of max value = 765). Red value is 74 (29.30% from 255 or 59.2% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 19 (7.81% from 255 or 15.2% from 125); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2013 is #B5DFEC. Grayscale: #2B2B2B. Windows color (decimal): -11919341 or 1253450. OLE color: 1253450.
HSL color Cylindrical-coordinate representation of color #4A2013: hue angle of 14.18º 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 #4A2013 is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 32 | 19 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.71 |
| HSL | 14.18º | 0.59% | 0.18% | - |
| HSV(B) | 14.18º | 0.74% | 0.29% | - |
| XYZ | 3.46 | 2.54 | 0.92 | - |
| YUV | 43.08 | 114.41 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 32 | 19 | 0 | 0.57 | 0.74 | 0.71 | 14.18 | 0.59 | 0.18 |
| Hex | 4A | 20 | 13 | 0 | 39 | 4A | 47 | E | 3B | 12 |
| Octal | 112 | 40 | 23 | 0 | 71 | 112 | 107 | 16 | 73 | 22 |
| Binary | 1001010 | 100000 | 10011 | 0 | 111001 | 1001010 | 1000111 | 1110 | 111011 | 10010 |
Color Harmonies of #4A2013
Complementary color
Monochromatic Colors of #4A2013
Black with #4A2013
Text Example
Text Example
White with #4A2013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2013; }
p { color: rgb(74,32,19); }
H1.HeaderClassName
{
color: #4A2013;
}
.AnyTagClassName
{
color: #4A2013;
}
</style>
background-color css
<style>
a { background-color: #4A2013; }
a { background-color: rgb(74,32,19); }
div.DivClassName
{
background-color: #4A2013;
}
.BgClassName
{
background-color: #4A2013;
}
</style>
border-color css
<style>
span { border-color: #4A2013; }
span { border-color: rgb(74,32,19); }
td.TdClassName
{
border-color: #4A2013;
}
.TagClassName
{
border-color: #4A2013;
}
</style>