Shades of Brown Pod #461A13
Tints of Brown Pod #461A13
RGB
CMYK
RGB Variations
Color information
#461A13 (or 0x461A13) is known color: Brown Pod. HEX triplet: 46, 1A and 13. RGB value is (70,26,19). Sum of RGB (Red+Green+Blue) = 70+26+19=115 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.87% from 115); Green value is 26 (10.55% from 255 or 22.61% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 70 - color contains mainly: red. Hex color #461A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461A13 is #B9E5EC. Grayscale: #262626. Windows color (decimal): -12183021 or 1251910. OLE color: 1251910.
HSL color Cylindrical-coordinate representation of color #461A13: hue angle of 8.24º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #461A13 is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 26 | 19 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.73 |
| HSL | 8.24º | 0.57% | 0.17% | - |
| HSV(B) | 8.24º | 0.73% | 0.27% | - |
| XYZ | 3.01 | 2.09 | 0.86 | - |
| YUV | 38.36 | 117.08 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 26 | 19 | 0 | 0.63 | 0.73 | 0.73 | 8.24 | 0.57 | 0.17 |
| Hex | 46 | 1A | 13 | 0 | 3F | 49 | 49 | 8 | 39 | 11 |
| Octal | 106 | 32 | 23 | 0 | 77 | 111 | 111 | 10 | 71 | 21 |
| Binary | 1000110 | 11010 | 10011 | 0 | 111111 | 1001001 | 1001001 | 1000 | 111001 | 10001 |
Color Harmonies of #461A13
Complementary color
Monochromatic Colors of #461A13
Black with #461A13
Text Example
Text Example
White with #461A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461A13; }
p { color: rgb(70,26,19); }
H1.HeaderClassName
{
color: #461A13;
}
.AnyTagClassName
{
color: #461A13;
}
</style>
background-color css
<style>
a { background-color: #461A13; }
a { background-color: rgb(70,26,19); }
div.DivClassName
{
background-color: #461A13;
}
.BgClassName
{
background-color: #461A13;
}
</style>
border-color css
<style>
span { border-color: #461A13; }
span { border-color: rgb(70,26,19); }
td.TdClassName
{
border-color: #461A13;
}
.TagClassName
{
border-color: #461A13;
}
</style>