Shades of Brown Pod #462015
Tints of Brown Pod #462015
RGB
CMYK
RGB Variations
Color information
#462015 (or 0x462015) is known color: Brown Pod. HEX triplet: 46, 20 and 15. RGB value is (70,32,21). Sum of RGB (Red+Green+Blue) = 70+32+21=123 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.91% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 70 - color contains mainly: red. Hex color #462015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462015 is #B9DFEA. Grayscale: #2A2A2A. Windows color (decimal): -12181483 or 1384518. OLE color: 1384518.
HSL color Cylindrical-coordinate representation of color #462015: hue angle of 13.47º 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 #462015 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 32 | 21 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.73 |
| HSL | 13.47º | 0.54% | 0.18% | - |
| HSV(B) | 13.47º | 0.7% | 0.27% | - |
| XYZ | 3.18 | 2.39 | 1 | - |
| YUV | 42.11 | 116.09 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 21 | 0 | 0.54 | 0.70 | 0.73 | 13.47 | 0.54 | 0.18 |
| Hex | 46 | 20 | 15 | 0 | 36 | 46 | 49 | D | 36 | 12 |
| Octal | 106 | 40 | 25 | 0 | 66 | 106 | 111 | 15 | 66 | 22 |
| Binary | 1000110 | 100000 | 10101 | 0 | 110110 | 1000110 | 1001001 | 1101 | 110110 | 10010 |
Color Harmonies of #462015
Complementary color
Monochromatic Colors of #462015
Black with #462015
Text Example
Text Example
White with #462015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462015; }
p { color: rgb(70,32,21); }
H1.HeaderClassName
{
color: #462015;
}
.AnyTagClassName
{
color: #462015;
}
</style>
background-color css
<style>
a { background-color: #462015; }
a { background-color: rgb(70,32,21); }
div.DivClassName
{
background-color: #462015;
}
.BgClassName
{
background-color: #462015;
}
</style>
border-color css
<style>
span { border-color: #462015; }
span { border-color: rgb(70,32,21); }
td.TdClassName
{
border-color: #462015;
}
.TagClassName
{
border-color: #462015;
}
</style>