Shades of Brown Pod #461A16
Tints of Brown Pod #461A16
RGB
CMYK
RGB Variations
Color information
#461A16 (or 0x461A16) is known color: Brown Pod. HEX triplet: 46, 1A and 16. RGB value is (70,26,22). Sum of RGB (Red+Green+Blue) = 70+26+22=118 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.32% from 118); Green value is 26 (10.55% from 255 or 22.03% from 118); Blue value is 22 (8.98% from 255 or 18.64% from 118); Max value from RGB is 70 - color contains mainly: red. Hex color #461A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461A16 is #B9E5E9. Grayscale: #262626. Windows color (decimal): -12183018 or 1448518. OLE color: 1448518.
HSL color Cylindrical-coordinate representation of color #461A16: hue angle of 5º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #461A16 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 26 | 22 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.73 |
| HSL | 5º | 0.52% | 0.18% | - |
| HSV(B) | 5º | 0.69% | 0.27% | - |
| XYZ | 3.04 | 2.1 | 1 | - |
| YUV | 38.7 | 118.58 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 26 | 22 | 0 | 0.63 | 0.69 | 0.73 | 5 | 0.52 | 0.18 |
| Hex | 46 | 1A | 16 | 0 | 3F | 45 | 49 | 5 | 34 | 12 |
| Octal | 106 | 32 | 26 | 0 | 77 | 105 | 111 | 5 | 64 | 22 |
| Binary | 1000110 | 11010 | 10110 | 0 | 111111 | 1000101 | 1001001 | 101 | 110100 | 10010 |
Color Harmonies of #461A16
Complementary color
Monochromatic Colors of #461A16
Black with #461A16
Text Example
Text Example
White with #461A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461A16; }
p { color: rgb(70,26,22); }
H1.HeaderClassName
{
color: #461A16;
}
.AnyTagClassName
{
color: #461A16;
}
</style>
background-color css
<style>
a { background-color: #461A16; }
a { background-color: rgb(70,26,22); }
div.DivClassName
{
background-color: #461A16;
}
.BgClassName
{
background-color: #461A16;
}
</style>
border-color css
<style>
span { border-color: #461A16; }
span { border-color: rgb(70,26,22); }
td.TdClassName
{
border-color: #461A16;
}
.TagClassName
{
border-color: #461A16;
}
</style>