Shades of Brown Pod #4A2108
Tints of Brown Pod #4A2108
RGB
CMYK
RGB Variations
Color information
#4A2108 (or 0x4A2108) is known color: Brown Pod. HEX triplet: 4A, 21 and 08. RGB value is (74,33,8). Sum of RGB (Red+Green+Blue) = 74+33+8=115 (15% of max value = 765). Red value is 74 (29.30% from 255 or 64.35% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 8 (3.52% from 255 or 6.96% from 115); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2108 is #B5DEF7. Grayscale: #2A2A2A. Windows color (decimal): -11919096 or 532810. OLE color: 532810.
HSL color Cylindrical-coordinate representation of color #4A2108: hue angle of 22.73º 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 #4A2108 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 33 | 8 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.71 |
| HSL | 22.73º | 0.8% | 0.16% | - |
| HSV(B) | 22.73º | 0.89% | 0.29% | - |
| XYZ | 3.41 | 2.56 | 0.54 | - |
| YUV | 42.41 | 108.58 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 33 | 8 | 0 | 0.55 | 0.89 | 0.71 | 22.73 | 0.8 | 0.16 |
| Hex | 4A | 21 | 8 | 0 | 37 | 59 | 47 | 17 | 50 | 10 |
| Octal | 112 | 41 | 10 | 0 | 67 | 131 | 107 | 27 | 120 | 20 |
| Binary | 1001010 | 100001 | 1000 | 0 | 110111 | 1011001 | 1000111 | 10111 | 1010000 | 10000 |
Color Harmonies of #4A2108
Complementary color
Monochromatic Colors of #4A2108
Black with #4A2108
Text Example
Text Example
White with #4A2108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2108; }
p { color: rgb(74,33,8); }
H1.HeaderClassName
{
color: #4A2108;
}
.AnyTagClassName
{
color: #4A2108;
}
</style>
background-color css
<style>
a { background-color: #4A2108; }
a { background-color: rgb(74,33,8); }
div.DivClassName
{
background-color: #4A2108;
}
.BgClassName
{
background-color: #4A2108;
}
</style>
border-color css
<style>
span { border-color: #4A2108; }
span { border-color: rgb(74,33,8); }
td.TdClassName
{
border-color: #4A2108;
}
.TagClassName
{
border-color: #4A2108;
}
</style>