Shades of Brown Pod #462117
Tints of Brown Pod #462117
RGB
CMYK
RGB Variations
Color information
#462117 (or 0x462117) is known color: Brown Pod. HEX triplet: 46, 21 and 17. RGB value is (70,33,23). Sum of RGB (Red+Green+Blue) = 70+33+23=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 23 (9.38% from 255 or 18.25% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #462117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462117 is #B9DEE8. Grayscale: #2B2B2B. Windows color (decimal): -12181225 or 1515846. OLE color: 1515846.
HSL color Cylindrical-coordinate representation of color #462117: hue angle of 12.77º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #462117 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 33 | 23 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.73 |
| HSL | 12.77º | 0.51% | 0.18% | - |
| HSV(B) | 12.77º | 0.67% | 0.27% | - |
| XYZ | 3.22 | 2.45 | 1.11 | - |
| YUV | 42.92 | 116.76 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 33 | 23 | 0 | 0.53 | 0.67 | 0.73 | 12.77 | 0.51 | 0.18 |
| Hex | 46 | 21 | 17 | 0 | 35 | 43 | 49 | D | 33 | 12 |
| Octal | 106 | 41 | 27 | 0 | 65 | 103 | 111 | 15 | 63 | 22 |
| Binary | 1000110 | 100001 | 10111 | 0 | 110101 | 1000011 | 1001001 | 1101 | 110011 | 10010 |
Color Harmonies of #462117
Complementary color
Monochromatic Colors of #462117
Black with #462117
Text Example
Text Example
White with #462117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462117; }
p { color: rgb(70,33,23); }
H1.HeaderClassName
{
color: #462117;
}
.AnyTagClassName
{
color: #462117;
}
</style>
background-color css
<style>
a { background-color: #462117; }
a { background-color: rgb(70,33,23); }
div.DivClassName
{
background-color: #462117;
}
.BgClassName
{
background-color: #462117;
}
</style>
border-color css
<style>
span { border-color: #462117; }
span { border-color: rgb(70,33,23); }
td.TdClassName
{
border-color: #462117;
}
.TagClassName
{
border-color: #462117;
}
</style>