Shades of Brown Pod #46210A
Tints of Brown Pod #46210A
RGB
CMYK
RGB Variations
Color information
#46210A (or 0x46210A) is known color: Brown Pod. HEX triplet: 46, 21 and 0A. RGB value is (70,33,10). Sum of RGB (Red+Green+Blue) = 70+33+10=113 (14% of max value = 765). Red value is 70 (27.73% from 255 or 61.95% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 70 - color contains mainly: red. Hex color #46210A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46210A is #B9DEF5. Grayscale: #292929. Windows color (decimal): -12181238 or 663878. OLE color: 663878.
HSL color Cylindrical-coordinate representation of color #46210A: hue angle of 23º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #46210A is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 33 | 10 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.73 |
| HSL | 23º | 0.75% | 0.16% | - |
| HSV(B) | 23º | 0.86% | 0.27% | - |
| XYZ | 3.12 | 2.41 | 0.59 | - |
| YUV | 41.44 | 110.26 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 33 | 10 | 0 | 0.53 | 0.86 | 0.73 | 23 | 0.75 | 0.16 |
| Hex | 46 | 21 | A | 0 | 35 | 56 | 49 | 17 | 4B | 10 |
| Octal | 106 | 41 | 12 | 0 | 65 | 126 | 111 | 27 | 113 | 20 |
| Binary | 1000110 | 100001 | 1010 | 0 | 110101 | 1010110 | 1001001 | 10111 | 1001011 | 10000 |
Color Harmonies of #46210A
Complementary color
Monochromatic Colors of #46210A
Black with #46210A
Text Example
Text Example
White with #46210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46210A; }
p { color: rgb(70,33,10); }
H1.HeaderClassName
{
color: #46210A;
}
.AnyTagClassName
{
color: #46210A;
}
</style>
background-color css
<style>
a { background-color: #46210A; }
a { background-color: rgb(70,33,10); }
div.DivClassName
{
background-color: #46210A;
}
.BgClassName
{
background-color: #46210A;
}
</style>
border-color css
<style>
span { border-color: #46210A; }
span { border-color: rgb(70,33,10); }
td.TdClassName
{
border-color: #46210A;
}
.TagClassName
{
border-color: #46210A;
}
</style>