Shades of Brown Pod #461301
Tints of Brown Pod #461301
RGB
CMYK
RGB Variations
Color information
#461301 (or 0x461301) is known color: Brown Pod. HEX triplet: 46, 13 and 01. RGB value is (70,19,1). Sum of RGB (Red+Green+Blue) = 70+19+1=90 (11% of max value = 765). Red value is 70 (27.73% from 255 or 77.78% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 1 (0.78% from 255 or 1.11% from 90); Max value from RGB is 70 - color contains mainly: red. Hex color #461301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461301 is #B9ECFE. Grayscale: #202020. Windows color (decimal): -12184831 or 70470. OLE color: 70470.
HSL color Cylindrical-coordinate representation of color #461301: hue angle of 15.65º 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 #461301 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 19 | 1 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.73 |
| HSL | 15.65º | 0.97% | 0.14% | - |
| HSV(B) | 15.65º | 0.99% | 0.27% | - |
| XYZ | 2.76 | 1.77 | 0.22 | - |
| YUV | 32.2 | 110.4 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 19 | 1 | 0 | 0.73 | 0.99 | 0.73 | 15.65 | 0.97 | 0.14 |
| Hex | 46 | 13 | 1 | 0 | 49 | 63 | 49 | 10 | 61 | E |
| Octal | 106 | 23 | 1 | 0 | 111 | 143 | 111 | 20 | 141 | 16 |
| Binary | 1000110 | 10011 | 1 | 0 | 1001001 | 1100011 | 1001001 | 10000 | 1100001 | 1110 |
Color Harmonies of #461301
Complementary color
Monochromatic Colors of #461301
Black with #461301
Text Example
Text Example
White with #461301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461301; }
p { color: rgb(70,19,1); }
H1.HeaderClassName
{
color: #461301;
}
.AnyTagClassName
{
color: #461301;
}
</style>
background-color css
<style>
a { background-color: #461301; }
a { background-color: rgb(70,19,1); }
div.DivClassName
{
background-color: #461301;
}
.BgClassName
{
background-color: #461301;
}
</style>
border-color css
<style>
span { border-color: #461301; }
span { border-color: rgb(70,19,1); }
td.TdClassName
{
border-color: #461301;
}
.TagClassName
{
border-color: #461301;
}
</style>