Shades of Brown Pod #462000
Tints of Brown Pod #462000
RGB
CMYK
RGB Variations
Color information
#462000 (or 0x462000) is known color: Brown Pod. HEX triplet: 46, 20 and 00. RGB value is (70,32,0). Sum of RGB (Red+Green+Blue) = 70+32+0=102 (13% of max value = 765). Red value is 70 (27.73% from 255 or 68.63% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 70 - color contains mainly: red. Hex color #462000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462000 is #B9DFFF. Grayscale: #272727. Windows color (decimal): -12181504 or 8262. OLE color: 8262.
HSL color Cylindrical-coordinate representation of color #462000: hue angle of 27.43º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #462000 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 32 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.73 |
| HSL | 27.43º | 1% | 0.14% | - |
| HSV(B) | 27.43º | 1% | 0.27% | - |
| XYZ | 3.04 | 2.34 | 0.29 | - |
| YUV | 39.71 | 105.59 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 0 | 0 | 0.54 | 1 | 0.73 | 27.43 | 1 | 0.14 |
| Hex | 46 | 20 | 0 | 0 | 36 | 64 | 49 | 1B | 64 | E |
| Octal | 106 | 40 | 0 | 0 | 66 | 144 | 111 | 33 | 144 | 16 |
| Binary | 1000110 | 100000 | 0 | 0 | 110110 | 1100100 | 1001001 | 11011 | 1100100 | 1110 |
Color Harmonies of #462000
Complementary color
Monochromatic Colors of #462000
Black with #462000
Text Example
Text Example
White with #462000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462000; }
p { color: rgb(70,32,0); }
H1.HeaderClassName
{
color: #462000;
}
.AnyTagClassName
{
color: #462000;
}
</style>
background-color css
<style>
a { background-color: #462000; }
a { background-color: rgb(70,32,0); }
div.DivClassName
{
background-color: #462000;
}
.BgClassName
{
background-color: #462000;
}
</style>
border-color css
<style>
span { border-color: #462000; }
span { border-color: rgb(70,32,0); }
td.TdClassName
{
border-color: #462000;
}
.TagClassName
{
border-color: #462000;
}
</style>