Shades of Brown Pod #4A1401
Tints of Brown Pod #4A1401
RGB
CMYK
RGB Variations
Color information
#4A1401 (or 0x4A1401) is known color: Brown Pod. HEX triplet: 4A, 14 and 01. RGB value is (74,20,1). Sum of RGB (Red+Green+Blue) = 74+20+1=95 (12% of max value = 765). Red value is 74 (29.30% from 255 or 77.89% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A1401 is #B5EBFE. Grayscale: #222222. Windows color (decimal): -11922431 or 70730. OLE color: 70730.
HSL color Cylindrical-coordinate representation of color #4A1401: hue angle of 15.62º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A1401 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 20 | 1 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.71 |
| HSL | 15.62º | 0.97% | 0.15% | - |
| HSV(B) | 15.62º | 0.99% | 0.29% | - |
| XYZ | 3.08 | 1.96 | 0.24 | - |
| YUV | 33.98 | 109.39 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 20 | 1 | 0 | 0.73 | 0.99 | 0.71 | 15.62 | 0.97 | 0.15 |
| Hex | 4A | 14 | 1 | 0 | 49 | 63 | 47 | 10 | 61 | F |
| Octal | 112 | 24 | 1 | 0 | 111 | 143 | 107 | 20 | 141 | 17 |
| Binary | 1001010 | 10100 | 1 | 0 | 1001001 | 1100011 | 1000111 | 10000 | 1100001 | 1111 |
Color Harmonies of #4A1401
Complementary color
Monochromatic Colors of #4A1401
Black with #4A1401
Text Example
Text Example
White with #4A1401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1401; }
p { color: rgb(74,20,1); }
H1.HeaderClassName
{
color: #4A1401;
}
.AnyTagClassName
{
color: #4A1401;
}
</style>
background-color css
<style>
a { background-color: #4A1401; }
a { background-color: rgb(74,20,1); }
div.DivClassName
{
background-color: #4A1401;
}
.BgClassName
{
background-color: #4A1401;
}
</style>
border-color css
<style>
span { border-color: #4A1401; }
span { border-color: rgb(74,20,1); }
td.TdClassName
{
border-color: #4A1401;
}
.TagClassName
{
border-color: #4A1401;
}
</style>