Shades of Brown Pod #46201C
Tints of Brown Pod #46201C
RGB
CMYK
RGB Variations
Color information
#46201C (or 0x46201C) is known color: Brown Pod. HEX triplet: 46, 20 and 1C. RGB value is (70,32,28). Sum of RGB (Red+Green+Blue) = 70+32+28=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #46201C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46201C is #B9DFE3. Grayscale: #2A2A2A. Windows color (decimal): -12181476 or 1843270. OLE color: 1843270.
HSL color Cylindrical-coordinate representation of color #46201C: hue angle of 5.71º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46201C is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 32 | 28 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.73 |
| HSL | 5.71º | 0.43% | 0.19% | - |
| HSV(B) | 5.71º | 0.6% | 0.27% | - |
| XYZ | 3.25 | 2.42 | 1.39 | - |
| YUV | 42.91 | 119.59 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 28 | 0 | 0.54 | 0.60 | 0.73 | 5.71 | 0.43 | 0.19 |
| Hex | 46 | 20 | 1C | 0 | 36 | 3C | 49 | 6 | 2B | 13 |
| Octal | 106 | 40 | 34 | 0 | 66 | 74 | 111 | 6 | 53 | 23 |
| Binary | 1000110 | 100000 | 11100 | 0 | 110110 | 111100 | 1001001 | 110 | 101011 | 10011 |
Color Harmonies of #46201C
Complementary color
Monochromatic Colors of #46201C
Black with #46201C
Text Example
Text Example
White with #46201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46201C; }
p { color: rgb(70,32,28); }
H1.HeaderClassName
{
color: #46201C;
}
.AnyTagClassName
{
color: #46201C;
}
</style>
background-color css
<style>
a { background-color: #46201C; }
a { background-color: rgb(70,32,28); }
div.DivClassName
{
background-color: #46201C;
}
.BgClassName
{
background-color: #46201C;
}
</style>
border-color css
<style>
span { border-color: #46201C; }
span { border-color: rgb(70,32,28); }
td.TdClassName
{
border-color: #46201C;
}
.TagClassName
{
border-color: #46201C;
}
</style>