Shades of Brown Pod #4A1408
Tints of Brown Pod #4A1408
RGB
CMYK
RGB Variations
Color information
#4A1408 (or 0x4A1408) is known color: Brown Pod. HEX triplet: 4A, 14 and 08. RGB value is (74,20,8). Sum of RGB (Red+Green+Blue) = 74+20+8=102 (13% of max value = 765). Red value is 74 (29.30% from 255 or 72.55% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 8 (3.52% from 255 or 7.84% from 102); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1408 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A1408 is #B5EBF7. Grayscale: #222222. Windows color (decimal): -11922424 or 529482. OLE color: 529482.
HSL color Cylindrical-coordinate representation of color #4A1408: hue angle of 10.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 #4A1408 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 20 | 8 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.71 |
| HSL | 10.91º | 0.8% | 0.16% | - |
| HSV(B) | 10.91º | 0.89% | 0.29% | - |
| XYZ | 3.12 | 1.97 | 0.45 | - |
| YUV | 34.78 | 112.89 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 20 | 8 | 0 | 0.73 | 0.89 | 0.71 | 10.91 | 0.8 | 0.16 |
| Hex | 4A | 14 | 8 | 0 | 49 | 59 | 47 | B | 50 | 10 |
| Octal | 112 | 24 | 10 | 0 | 111 | 131 | 107 | 13 | 120 | 20 |
| Binary | 1001010 | 10100 | 1000 | 0 | 1001001 | 1011001 | 1000111 | 1011 | 1010000 | 10000 |
Color Harmonies of #4A1408
Complementary color
Monochromatic Colors of #4A1408
Black with #4A1408
Text Example
Text Example
White with #4A1408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1408; }
p { color: rgb(74,20,8); }
H1.HeaderClassName
{
color: #4A1408;
}
.AnyTagClassName
{
color: #4A1408;
}
</style>
background-color css
<style>
a { background-color: #4A1408; }
a { background-color: rgb(74,20,8); }
div.DivClassName
{
background-color: #4A1408;
}
.BgClassName
{
background-color: #4A1408;
}
</style>
border-color css
<style>
span { border-color: #4A1408; }
span { border-color: rgb(74,20,8); }
td.TdClassName
{
border-color: #4A1408;
}
.TagClassName
{
border-color: #4A1408;
}
</style>