Shades of Brown Pod #46200A
Tints of Brown Pod #46200A
RGB
CMYK
RGB Variations
Color information
#46200A (or 0x46200A) is known color: Brown Pod. HEX triplet: 46, 20 and 0A. RGB value is (70,32,10). Sum of RGB (Red+Green+Blue) = 70+32+10=112 (14% of max value = 765). Red value is 70 (27.73% from 255 or 62.5% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 10 (4.30% from 255 or 8.93% from 112); Max value from RGB is 70 - color contains mainly: red. Hex color #46200A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46200A is #B9DFF5. Grayscale: #282828. Windows color (decimal): -12181494 or 663622. OLE color: 663622.
HSL color Cylindrical-coordinate representation of color #46200A: hue angle of 22º 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 #46200A is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 32 | 10 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.73 |
| HSL | 22º | 0.75% | 0.16% | - |
| HSV(B) | 22º | 0.86% | 0.27% | - |
| XYZ | 3.1 | 2.36 | 0.58 | - |
| YUV | 40.85 | 110.59 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 10 | 0 | 0.54 | 0.86 | 0.73 | 22 | 0.75 | 0.16 |
| Hex | 46 | 20 | A | 0 | 36 | 56 | 49 | 16 | 4B | 10 |
| Octal | 106 | 40 | 12 | 0 | 66 | 126 | 111 | 26 | 113 | 20 |
| Binary | 1000110 | 100000 | 1010 | 0 | 110110 | 1010110 | 1001001 | 10110 | 1001011 | 10000 |
Color Harmonies of #46200A
Complementary color
Monochromatic Colors of #46200A
Black with #46200A
Text Example
Text Example
White with #46200A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46200A; }
p { color: rgb(70,32,10); }
H1.HeaderClassName
{
color: #46200A;
}
.AnyTagClassName
{
color: #46200A;
}
</style>
background-color css
<style>
a { background-color: #46200A; }
a { background-color: rgb(70,32,10); }
div.DivClassName
{
background-color: #46200A;
}
.BgClassName
{
background-color: #46200A;
}
</style>
border-color css
<style>
span { border-color: #46200A; }
span { border-color: rgb(70,32,10); }
td.TdClassName
{
border-color: #46200A;
}
.TagClassName
{
border-color: #46200A;
}
</style>