Shades of Brown Pod #4A1605
Tints of Brown Pod #4A1605
RGB
CMYK
RGB Variations
Color information
#4A1605 (or 0x4A1605) is known color: Brown Pod. HEX triplet: 4A, 16 and 05. RGB value is (74,22,5). Sum of RGB (Red+Green+Blue) = 74+22+5=101 (13% of max value = 765). Red value is 74 (29.30% from 255 or 73.27% from 101); Green value is 22 (8.98% from 255 or 21.78% from 101); Blue value is 5 (2.34% from 255 or 4.95% from 101); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A1605 is #B5E9FA. Grayscale: #232323. Windows color (decimal): -11921915 or 333386. OLE color: 333386.
HSL color Cylindrical-coordinate representation of color #4A1605: hue angle of 14.78º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A1605 is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 22 | 5 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.71 |
| HSL | 14.78º | 0.87% | 0.15% | - |
| HSV(B) | 14.78º | 0.93% | 0.29% | - |
| XYZ | 3.14 | 2.04 | 0.37 | - |
| YUV | 35.61 | 110.73 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 22 | 5 | 0 | 0.70 | 0.93 | 0.71 | 14.78 | 0.87 | 0.15 |
| Hex | 4A | 16 | 5 | 0 | 46 | 5D | 47 | F | 57 | F |
| Octal | 112 | 26 | 5 | 0 | 106 | 135 | 107 | 17 | 127 | 17 |
| Binary | 1001010 | 10110 | 101 | 0 | 1000110 | 1011101 | 1000111 | 1111 | 1010111 | 1111 |
Color Harmonies of #4A1605
Complementary color
Monochromatic Colors of #4A1605
Black with #4A1605
Text Example
Text Example
White with #4A1605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1605; }
p { color: rgb(74,22,5); }
H1.HeaderClassName
{
color: #4A1605;
}
.AnyTagClassName
{
color: #4A1605;
}
</style>
background-color css
<style>
a { background-color: #4A1605; }
a { background-color: rgb(74,22,5); }
div.DivClassName
{
background-color: #4A1605;
}
.BgClassName
{
background-color: #4A1605;
}
</style>
border-color css
<style>
span { border-color: #4A1605; }
span { border-color: rgb(74,22,5); }
td.TdClassName
{
border-color: #4A1605;
}
.TagClassName
{
border-color: #4A1605;
}
</style>