Shades of Brown Pod #4A2204
Tints of Brown Pod #4A2204
RGB
CMYK
RGB Variations
Color information
#4A2204 (or 0x4A2204) is known color: Brown Pod. HEX triplet: 4A, 22 and 04. RGB value is (74,34,4). Sum of RGB (Red+Green+Blue) = 74+34+4=112 (14% of max value = 765). Red value is 74 (29.30% from 255 or 66.07% from 112); Green value is 34 (13.67% from 255 or 30.36% from 112); Blue value is 4 (1.95% from 255 or 3.57% from 112); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2204 is #B5DDFB. Grayscale: #2A2A2A. Windows color (decimal): -11918844 or 270922. OLE color: 270922.
HSL color Cylindrical-coordinate representation of color #4A2204: hue angle of 25.71º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A2204 is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 34 | 4 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.71 |
| HSL | 25.71º | 0.9% | 0.15% | - |
| HSV(B) | 25.71º | 0.95% | 0.29% | - |
| XYZ | 3.42 | 2.61 | 0.44 | - |
| YUV | 42.54 | 106.25 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 34 | 4 | 0 | 0.54 | 0.95 | 0.71 | 25.71 | 0.9 | 0.15 |
| Hex | 4A | 22 | 4 | 0 | 36 | 5F | 47 | 1A | 5A | F |
| Octal | 112 | 42 | 4 | 0 | 66 | 137 | 107 | 32 | 132 | 17 |
| Binary | 1001010 | 100010 | 100 | 0 | 110110 | 1011111 | 1000111 | 11010 | 1011010 | 1111 |
Color Harmonies of #4A2204
Complementary color
Monochromatic Colors of #4A2204
Black with #4A2204
Text Example
Text Example
White with #4A2204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2204; }
p { color: rgb(74,34,4); }
H1.HeaderClassName
{
color: #4A2204;
}
.AnyTagClassName
{
color: #4A2204;
}
</style>
background-color css
<style>
a { background-color: #4A2204; }
a { background-color: rgb(74,34,4); }
div.DivClassName
{
background-color: #4A2204;
}
.BgClassName
{
background-color: #4A2204;
}
</style>
border-color css
<style>
span { border-color: #4A2204; }
span { border-color: rgb(74,34,4); }
td.TdClassName
{
border-color: #4A2204;
}
.TagClassName
{
border-color: #4A2204;
}
</style>