Shades of Brown Pod #462420
Tints of Brown Pod #462420
RGB
CMYK
RGB Variations
Color information
#462420 (or 0x462420) is known color: Brown Pod. HEX triplet: 46, 24 and 20. RGB value is (70,36,32). Sum of RGB (Red+Green+Blue) = 70+36+32=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #462420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462420 is #B9DBDF. Grayscale: #2D2D2D. Windows color (decimal): -12180448 or 2106438. OLE color: 2106438.
HSL color Cylindrical-coordinate representation of color #462420: hue angle of 6.32º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #462420 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 36 | 32 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.73 |
| HSL | 6.32º | 0.37% | 0.2% | - |
| HSV(B) | 6.32º | 0.54% | 0.27% | - |
| XYZ | 3.42 | 2.67 | 1.7 | - |
| YUV | 45.71 | 120.26 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 36 | 32 | 0 | 0.49 | 0.54 | 0.73 | 6.32 | 0.37 | 0.2 |
| Hex | 46 | 24 | 20 | 0 | 31 | 36 | 49 | 6 | 25 | 14 |
| Octal | 106 | 44 | 40 | 0 | 61 | 66 | 111 | 6 | 45 | 24 |
| Binary | 1000110 | 100100 | 100000 | 0 | 110001 | 110110 | 1001001 | 110 | 100101 | 10100 |
Color Harmonies of #462420
Complementary color
Monochromatic Colors of #462420
Black with #462420
Text Example
Text Example
White with #462420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462420; }
p { color: rgb(70,36,32); }
H1.HeaderClassName
{
color: #462420;
}
.AnyTagClassName
{
color: #462420;
}
</style>
background-color css
<style>
a { background-color: #462420; }
a { background-color: rgb(70,36,32); }
div.DivClassName
{
background-color: #462420;
}
.BgClassName
{
background-color: #462420;
}
</style>
border-color css
<style>
span { border-color: #462420; }
span { border-color: rgb(70,36,32); }
td.TdClassName
{
border-color: #462420;
}
.TagClassName
{
border-color: #462420;
}
</style>