Shades of Brown Pod #461A10
Tints of Brown Pod #461A10
RGB
CMYK
RGB Variations
Color information
#461A10 (or 0x461A10) is known color: Brown Pod. HEX triplet: 46, 1A and 10. RGB value is (70,26,16). Sum of RGB (Red+Green+Blue) = 70+26+16=112 (14% of max value = 765). Red value is 70 (27.73% from 255 or 62.5% from 112); Green value is 26 (10.55% from 255 or 23.21% from 112); Blue value is 16 (6.64% from 255 or 14.29% from 112); Max value from RGB is 70 - color contains mainly: red. Hex color #461A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461A10 is #B9E5EF. Grayscale: #262626. Windows color (decimal): -12183024 or 1055302. OLE color: 1055302.
HSL color Cylindrical-coordinate representation of color #461A10: hue angle of 11.11º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #461A10 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 26 | 16 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.73 |
| HSL | 11.11º | 0.63% | 0.17% | - |
| HSV(B) | 11.11º | 0.77% | 0.27% | - |
| XYZ | 2.99 | 2.08 | 0.73 | - |
| YUV | 38.02 | 115.58 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 26 | 16 | 0 | 0.63 | 0.77 | 0.73 | 11.11 | 0.63 | 0.17 |
| Hex | 46 | 1A | 10 | 0 | 3F | 4D | 49 | B | 3F | 11 |
| Octal | 106 | 32 | 20 | 0 | 77 | 115 | 111 | 13 | 77 | 21 |
| Binary | 1000110 | 11010 | 10000 | 0 | 111111 | 1001101 | 1001001 | 1011 | 111111 | 10001 |
Color Harmonies of #461A10
Complementary color
Monochromatic Colors of #461A10
Black with #461A10
Text Example
Text Example
White with #461A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461A10; }
p { color: rgb(70,26,16); }
H1.HeaderClassName
{
color: #461A10;
}
.AnyTagClassName
{
color: #461A10;
}
</style>
background-color css
<style>
a { background-color: #461A10; }
a { background-color: rgb(70,26,16); }
div.DivClassName
{
background-color: #461A10;
}
.BgClassName
{
background-color: #461A10;
}
</style>
border-color css
<style>
span { border-color: #461A10; }
span { border-color: rgb(70,26,16); }
td.TdClassName
{
border-color: #461A10;
}
.TagClassName
{
border-color: #461A10;
}
</style>