Shades of Brown Pod #461D13
Tints of Brown Pod #461D13
RGB
CMYK
RGB Variations
Color information
#461D13 (or 0x461D13) is known color: Brown Pod. HEX triplet: 46, 1D and 13. RGB value is (70,29,19). Sum of RGB (Red+Green+Blue) = 70+29+19=118 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.32% from 118); Green value is 29 (11.72% from 255 or 24.58% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 70 - color contains mainly: red. Hex color #461D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461D13 is #B9E2EC. Grayscale: #282828. Windows color (decimal): -12182253 or 1252678. OLE color: 1252678.
HSL color Cylindrical-coordinate representation of color #461D13: hue angle of 11.76º 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 #461D13 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 29 | 19 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.73 |
| HSL | 11.76º | 0.57% | 0.17% | - |
| HSV(B) | 11.76º | 0.73% | 0.27% | - |
| XYZ | 3.08 | 2.23 | 0.88 | - |
| YUV | 40.12 | 116.08 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 29 | 19 | 0 | 0.59 | 0.73 | 0.73 | 11.76 | 0.57 | 0.17 |
| Hex | 46 | 1D | 13 | 0 | 3B | 49 | 49 | C | 39 | 11 |
| Octal | 106 | 35 | 23 | 0 | 73 | 111 | 111 | 14 | 71 | 21 |
| Binary | 1000110 | 11101 | 10011 | 0 | 111011 | 1001001 | 1001001 | 1100 | 111001 | 10001 |
Color Harmonies of #461D13
Complementary color
Monochromatic Colors of #461D13
Black with #461D13
Text Example
Text Example
White with #461D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461D13; }
p { color: rgb(70,29,19); }
H1.HeaderClassName
{
color: #461D13;
}
.AnyTagClassName
{
color: #461D13;
}
</style>
background-color css
<style>
a { background-color: #461D13; }
a { background-color: rgb(70,29,19); }
div.DivClassName
{
background-color: #461D13;
}
.BgClassName
{
background-color: #461D13;
}
</style>
border-color css
<style>
span { border-color: #461D13; }
span { border-color: rgb(70,29,19); }
td.TdClassName
{
border-color: #461D13;
}
.TagClassName
{
border-color: #461D13;
}
</style>