Shades of Brown Pod #461401
Tints of Brown Pod #461401
RGB
CMYK
RGB Variations
Color information
#461401 (or 0x461401) is known color: Brown Pod. HEX triplet: 46, 14 and 01. RGB value is (70,20,1). Sum of RGB (Red+Green+Blue) = 70+20+1=91 (12% of max value = 765). Red value is 70 (27.73% from 255 or 76.92% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 1 (0.78% from 255 or 1.10% from 91); Max value from RGB is 70 - color contains mainly: red. Hex color #461401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461401 is #B9EBFE. Grayscale: #202020. Windows color (decimal): -12184575 or 70726. OLE color: 70726.
HSL color Cylindrical-coordinate representation of color #461401: hue angle of 16.52º 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 #461401 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 20 | 1 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.73 |
| HSL | 16.52º | 0.97% | 0.14% | - |
| HSV(B) | 16.52º | 0.99% | 0.27% | - |
| XYZ | 2.78 | 1.8 | 0.23 | - |
| YUV | 32.78 | 110.07 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 20 | 1 | 0 | 0.71 | 0.99 | 0.73 | 16.52 | 0.97 | 0.14 |
| Hex | 46 | 14 | 1 | 0 | 47 | 63 | 49 | 11 | 61 | E |
| Octal | 106 | 24 | 1 | 0 | 107 | 143 | 111 | 21 | 141 | 16 |
| Binary | 1000110 | 10100 | 1 | 0 | 1000111 | 1100011 | 1001001 | 10001 | 1100001 | 1110 |
Color Harmonies of #461401
Complementary color
Monochromatic Colors of #461401
Black with #461401
Text Example
Text Example
White with #461401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461401; }
p { color: rgb(70,20,1); }
H1.HeaderClassName
{
color: #461401;
}
.AnyTagClassName
{
color: #461401;
}
</style>
background-color css
<style>
a { background-color: #461401; }
a { background-color: rgb(70,20,1); }
div.DivClassName
{
background-color: #461401;
}
.BgClassName
{
background-color: #461401;
}
</style>
border-color css
<style>
span { border-color: #461401; }
span { border-color: rgb(70,20,1); }
td.TdClassName
{
border-color: #461401;
}
.TagClassName
{
border-color: #461401;
}
</style>