Shades of Brown Pod #462315
Tints of Brown Pod #462315
RGB
CMYK
RGB Variations
Color information
#462315 (or 0x462315) is known color: Brown Pod. HEX triplet: 46, 23 and 15. RGB value is (70,35,21). Sum of RGB (Red+Green+Blue) = 70+35+21=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #462315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462315 is #B9DCEA. Grayscale: #2B2B2B. Windows color (decimal): -12180715 or 1385286. OLE color: 1385286.
HSL color Cylindrical-coordinate representation of color #462315: hue angle of 17.14º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #462315 is Cyan = 0, Magento = 0.5, Yellow = 0.70 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 35 | 21 | - |
| CMYK | 0 | 0.5 | 0.70 | 0.73 |
| HSL | 17.14º | 0.54% | 0.18% | - |
| HSV(B) | 17.14º | 0.7% | 0.27% | - |
| XYZ | 3.26 | 2.56 | 1.03 | - |
| YUV | 43.87 | 115.1 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 35 | 21 | 0 | 0.5 | 0.70 | 0.73 | 17.14 | 0.54 | 0.18 |
| Hex | 46 | 23 | 15 | 0 | 32 | 46 | 49 | 11 | 36 | 12 |
| Octal | 106 | 43 | 25 | 0 | 62 | 106 | 111 | 21 | 66 | 22 |
| Binary | 1000110 | 100011 | 10101 | 0 | 110010 | 1000110 | 1001001 | 10001 | 110110 | 10010 |
Color Harmonies of #462315
Complementary color
Monochromatic Colors of #462315
Black with #462315
Text Example
Text Example
White with #462315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462315; }
p { color: rgb(70,35,21); }
H1.HeaderClassName
{
color: #462315;
}
.AnyTagClassName
{
color: #462315;
}
</style>
background-color css
<style>
a { background-color: #462315; }
a { background-color: rgb(70,35,21); }
div.DivClassName
{
background-color: #462315;
}
.BgClassName
{
background-color: #462315;
}
</style>
border-color css
<style>
span { border-color: #462315; }
span { border-color: rgb(70,35,21); }
td.TdClassName
{
border-color: #462315;
}
.TagClassName
{
border-color: #462315;
}
</style>