Shades of Brown Pod #461500
Tints of Brown Pod #461500
RGB
CMYK
RGB Variations
Color information
#461500 (or 0x461500) is known color: Brown Pod. HEX triplet: 46, 15 and 00. RGB value is (70,21,0). Sum of RGB (Red+Green+Blue) = 70+21+0=91 (12% of max value = 765). Red value is 70 (27.73% from 255 or 76.92% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 70 - color contains mainly: red. Hex color #461500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461500 is #B9EAFF. Grayscale: #212121. Windows color (decimal): -12184320 or 5446. OLE color: 5446.
HSL color Cylindrical-coordinate representation of color #461500: hue angle of 18º 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 #461500 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 21 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.73 |
| HSL | 18º | 1% | 0.14% | - |
| HSV(B) | 18º | 1% | 0.27% | - |
| XYZ | 2.79 | 1.84 | 0.21 | - |
| YUV | 33.26 | 109.23 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 21 | 0 | 0 | 0.70 | 1 | 0.73 | 18 | 1 | 0.14 |
| Hex | 46 | 15 | 0 | 0 | 46 | 64 | 49 | 12 | 64 | E |
| Octal | 106 | 25 | 0 | 0 | 106 | 144 | 111 | 22 | 144 | 16 |
| Binary | 1000110 | 10101 | 0 | 0 | 1000110 | 1100100 | 1001001 | 10010 | 1100100 | 1110 |
Color Harmonies of #461500
Complementary color
Monochromatic Colors of #461500
Black with #461500
Text Example
Text Example
White with #461500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461500; }
p { color: rgb(70,21,0); }
H1.HeaderClassName
{
color: #461500;
}
.AnyTagClassName
{
color: #461500;
}
</style>
background-color css
<style>
a { background-color: #461500; }
a { background-color: rgb(70,21,0); }
div.DivClassName
{
background-color: #461500;
}
.BgClassName
{
background-color: #461500;
}
</style>
border-color css
<style>
span { border-color: #461500; }
span { border-color: rgb(70,21,0); }
td.TdClassName
{
border-color: #461500;
}
.TagClassName
{
border-color: #461500;
}
</style>