Shades of Brown Pod #462001
Tints of Brown Pod #462001
RGB
CMYK
RGB Variations
Color information
#462001 (or 0x462001) is known color: Brown Pod. HEX triplet: 46, 20 and 01. RGB value is (70,32,1). Sum of RGB (Red+Green+Blue) = 70+32+1=103 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.96% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 70 - color contains mainly: red. Hex color #462001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462001 is #B9DFFE. Grayscale: #272727. Windows color (decimal): -12181503 or 73798. OLE color: 73798.
HSL color Cylindrical-coordinate representation of color #462001: hue angle of 26.96º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #462001 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 32 | 1 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.73 |
| HSL | 26.96º | 0.97% | 0.14% | - |
| HSV(B) | 26.96º | 0.99% | 0.27% | - |
| XYZ | 3.05 | 2.34 | 0.32 | - |
| YUV | 39.83 | 106.09 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 1 | 0 | 0.54 | 0.99 | 0.73 | 26.96 | 0.97 | 0.14 |
| Hex | 46 | 20 | 1 | 0 | 36 | 63 | 49 | 1B | 61 | E |
| Octal | 106 | 40 | 1 | 0 | 66 | 143 | 111 | 33 | 141 | 16 |
| Binary | 1000110 | 100000 | 1 | 0 | 110110 | 1100011 | 1001001 | 11011 | 1100001 | 1110 |
Color Harmonies of #462001
Complementary color
Monochromatic Colors of #462001
Black with #462001
Text Example
Text Example
White with #462001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462001; }
p { color: rgb(70,32,1); }
H1.HeaderClassName
{
color: #462001;
}
.AnyTagClassName
{
color: #462001;
}
</style>
background-color css
<style>
a { background-color: #462001; }
a { background-color: rgb(70,32,1); }
div.DivClassName
{
background-color: #462001;
}
.BgClassName
{
background-color: #462001;
}
</style>
border-color css
<style>
span { border-color: #462001; }
span { border-color: rgb(70,32,1); }
td.TdClassName
{
border-color: #462001;
}
.TagClassName
{
border-color: #462001;
}
</style>