Shades of Brown Pod #461600
Tints of Brown Pod #461600
RGB
CMYK
RGB Variations
Color information
#461600 (or 0x461600) is known color: Brown Pod. HEX triplet: 46, 16 and 00. RGB value is (70,22,0). Sum of RGB (Red+Green+Blue) = 70+22+0=92 (12% of max value = 765). Red value is 70 (27.73% from 255 or 76.09% from 92); Green value is 22 (8.98% from 255 or 23.91% from 92); Blue value is 0 (0.39% from 255 or 0% from 92); Max value from RGB is 70 - color contains mainly: red. Hex color #461600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461600 is #B9E9FF. Grayscale: #212121. Windows color (decimal): -12184064 or 5702. OLE color: 5702.
HSL color Cylindrical-coordinate representation of color #461600: hue angle of 18.86º 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 #461600 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 22 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.73 |
| HSL | 18.86º | 1% | 0.14% | - |
| HSV(B) | 18.86º | 1% | 0.27% | - |
| XYZ | 2.81 | 1.88 | 0.21 | - |
| YUV | 33.84 | 108.9 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 22 | 0 | 0 | 0.69 | 1 | 0.73 | 18.86 | 1 | 0.14 |
| Hex | 46 | 16 | 0 | 0 | 45 | 64 | 49 | 13 | 64 | E |
| Octal | 106 | 26 | 0 | 0 | 105 | 144 | 111 | 23 | 144 | 16 |
| Binary | 1000110 | 10110 | 0 | 0 | 1000101 | 1100100 | 1001001 | 10011 | 1100100 | 1110 |
Color Harmonies of #461600
Complementary color
Monochromatic Colors of #461600
Black with #461600
Text Example
Text Example
White with #461600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461600; }
p { color: rgb(70,22,0); }
H1.HeaderClassName
{
color: #461600;
}
.AnyTagClassName
{
color: #461600;
}
</style>
background-color css
<style>
a { background-color: #461600; }
a { background-color: rgb(70,22,0); }
div.DivClassName
{
background-color: #461600;
}
.BgClassName
{
background-color: #461600;
}
</style>
border-color css
<style>
span { border-color: #461600; }
span { border-color: rgb(70,22,0); }
td.TdClassName
{
border-color: #461600;
}
.TagClassName
{
border-color: #461600;
}
</style>