Shades of Brown Pod #461F12
Tints of Brown Pod #461F12
RGB
CMYK
RGB Variations
Color information
#461F12 (or 0x461F12) is known color: Brown Pod. HEX triplet: 46, 1F and 12. RGB value is (70,31,18). Sum of RGB (Red+Green+Blue) = 70+31+18=119 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.82% from 119); Green value is 31 (12.5% from 255 or 26.05% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 70 - color contains mainly: red. Hex color #461F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461F12 is #B9E0ED. Grayscale: #292929. Windows color (decimal): -12181742 or 1187654. OLE color: 1187654.
HSL color Cylindrical-coordinate representation of color #461F12: hue angle of 15º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #461F12 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 31 | 18 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.73 |
| HSL | 15º | 0.59% | 0.17% | - |
| HSV(B) | 15º | 0.74% | 0.27% | - |
| XYZ | 3.12 | 2.33 | 0.86 | - |
| YUV | 41.18 | 114.92 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 31 | 18 | 0 | 0.56 | 0.74 | 0.73 | 15 | 0.59 | 0.17 |
| Hex | 46 | 1F | 12 | 0 | 38 | 4A | 49 | F | 3B | 11 |
| Octal | 106 | 37 | 22 | 0 | 70 | 112 | 111 | 17 | 73 | 21 |
| Binary | 1000110 | 11111 | 10010 | 0 | 111000 | 1001010 | 1001001 | 1111 | 111011 | 10001 |
Color Harmonies of #461F12
Complementary color
Monochromatic Colors of #461F12
Black with #461F12
Text Example
Text Example
White with #461F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461F12; }
p { color: rgb(70,31,18); }
H1.HeaderClassName
{
color: #461F12;
}
.AnyTagClassName
{
color: #461F12;
}
</style>
background-color css
<style>
a { background-color: #461F12; }
a { background-color: rgb(70,31,18); }
div.DivClassName
{
background-color: #461F12;
}
.BgClassName
{
background-color: #461F12;
}
</style>
border-color css
<style>
span { border-color: #461F12; }
span { border-color: rgb(70,31,18); }
td.TdClassName
{
border-color: #461F12;
}
.TagClassName
{
border-color: #461F12;
}
</style>