Shades of Brown Pod #4A210A
Tints of Brown Pod #4A210A
RGB
CMYK
RGB Variations
Color information
#4A210A (or 0x4A210A) is known color: Brown Pod. HEX triplet: 4A, 21 and 0A. RGB value is (74,33,10). Sum of RGB (Red+Green+Blue) = 74+33+10=117 (15% of max value = 765). Red value is 74 (29.30% from 255 or 63.25% from 117); Green value is 33 (13.28% from 255 or 28.21% from 117); Blue value is 10 (4.30% from 255 or 8.55% from 117); Max value from RGB is 74 - color contains mainly: red. Hex color #4A210A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A210A is #B5DEF5. Grayscale: #2A2A2A. Windows color (decimal): -11919094 or 663882. OLE color: 663882.
HSL color Cylindrical-coordinate representation of color #4A210A: hue angle of 21.56º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A210A is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 33 | 10 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.71 |
| HSL | 21.56º | 0.76% | 0.16% | - |
| HSV(B) | 21.56º | 0.86% | 0.29% | - |
| XYZ | 3.42 | 2.57 | 0.6 | - |
| YUV | 42.64 | 109.58 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 33 | 10 | 0 | 0.55 | 0.86 | 0.71 | 21.56 | 0.76 | 0.16 |
| Hex | 4A | 21 | A | 0 | 37 | 56 | 47 | 16 | 4C | 10 |
| Octal | 112 | 41 | 12 | 0 | 67 | 126 | 107 | 26 | 114 | 20 |
| Binary | 1001010 | 100001 | 1010 | 0 | 110111 | 1010110 | 1000111 | 10110 | 1001100 | 10000 |
Color Harmonies of #4A210A
Complementary color
Monochromatic Colors of #4A210A
Black with #4A210A
Text Example
Text Example
White with #4A210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A210A; }
p { color: rgb(74,33,10); }
H1.HeaderClassName
{
color: #4A210A;
}
.AnyTagClassName
{
color: #4A210A;
}
</style>
background-color css
<style>
a { background-color: #4A210A; }
a { background-color: rgb(74,33,10); }
div.DivClassName
{
background-color: #4A210A;
}
.BgClassName
{
background-color: #4A210A;
}
</style>
border-color css
<style>
span { border-color: #4A210A; }
span { border-color: rgb(74,33,10); }
td.TdClassName
{
border-color: #4A210A;
}
.TagClassName
{
border-color: #4A210A;
}
</style>