Shades of Brown Pod #461601
Tints of Brown Pod #461601
RGB
CMYK
RGB Variations
Color information
#461601 (or 0x461601) is known color: Brown Pod. HEX triplet: 46, 16 and 01. RGB value is (70,22,1). Sum of RGB (Red+Green+Blue) = 70+22+1=93 (12% of max value = 765). Red value is 70 (27.73% from 255 or 75.27% from 93); Green value is 22 (8.98% from 255 or 23.66% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 70 - color contains mainly: red. Hex color #461601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461601 is #B9E9FE. Grayscale: #222222. Windows color (decimal): -12184063 or 71238. OLE color: 71238.
HSL color Cylindrical-coordinate representation of color #461601: hue angle of 18.26º 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 #461601 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 22 | 1 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.73 |
| HSL | 18.26º | 0.97% | 0.14% | - |
| HSV(B) | 18.26º | 0.99% | 0.27% | - |
| XYZ | 2.82 | 1.88 | 0.24 | - |
| YUV | 33.96 | 109.4 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 22 | 1 | 0 | 0.69 | 0.99 | 0.73 | 18.26 | 0.97 | 0.14 |
| Hex | 46 | 16 | 1 | 0 | 45 | 63 | 49 | 12 | 61 | E |
| Octal | 106 | 26 | 1 | 0 | 105 | 143 | 111 | 22 | 141 | 16 |
| Binary | 1000110 | 10110 | 1 | 0 | 1000101 | 1100011 | 1001001 | 10010 | 1100001 | 1110 |
Color Harmonies of #461601
Complementary color
Monochromatic Colors of #461601
Black with #461601
Text Example
Text Example
White with #461601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461601; }
p { color: rgb(70,22,1); }
H1.HeaderClassName
{
color: #461601;
}
.AnyTagClassName
{
color: #461601;
}
</style>
background-color css
<style>
a { background-color: #461601; }
a { background-color: rgb(70,22,1); }
div.DivClassName
{
background-color: #461601;
}
.BgClassName
{
background-color: #461601;
}
</style>
border-color css
<style>
span { border-color: #461601; }
span { border-color: rgb(70,22,1); }
td.TdClassName
{
border-color: #461601;
}
.TagClassName
{
border-color: #461601;
}
</style>