Shades of Brown Pod #461A12
Tints of Brown Pod #461A12
RGB
CMYK
RGB Variations
Color information
#461A12 (or 0x461A12) is known color: Brown Pod. HEX triplet: 46, 1A and 12. RGB value is (70,26,18). Sum of RGB (Red+Green+Blue) = 70+26+18=114 (15% of max value = 765). Red value is 70 (27.73% from 255 or 61.40% from 114); Green value is 26 (10.55% from 255 or 22.81% from 114); Blue value is 18 (7.42% from 255 or 15.79% from 114); Max value from RGB is 70 - color contains mainly: red. Hex color #461A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461A12 is #B9E5ED. Grayscale: #262626. Windows color (decimal): -12183022 or 1186374. OLE color: 1186374.
HSL color Cylindrical-coordinate representation of color #461A12: hue angle of 9.23º 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 #461A12 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 26 | 18 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.73 |
| HSL | 9.23º | 0.59% | 0.17% | - |
| HSV(B) | 9.23º | 0.74% | 0.27% | - |
| XYZ | 3 | 2.08 | 0.82 | - |
| YUV | 38.24 | 116.58 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 26 | 18 | 0 | 0.63 | 0.74 | 0.73 | 9.23 | 0.59 | 0.17 |
| Hex | 46 | 1A | 12 | 0 | 3F | 4A | 49 | 9 | 3B | 11 |
| Octal | 106 | 32 | 22 | 0 | 77 | 112 | 111 | 11 | 73 | 21 |
| Binary | 1000110 | 11010 | 10010 | 0 | 111111 | 1001010 | 1001001 | 1001 | 111011 | 10001 |
Color Harmonies of #461A12
Complementary color
Monochromatic Colors of #461A12
Black with #461A12
Text Example
Text Example
White with #461A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461A12; }
p { color: rgb(70,26,18); }
H1.HeaderClassName
{
color: #461A12;
}
.AnyTagClassName
{
color: #461A12;
}
</style>
background-color css
<style>
a { background-color: #461A12; }
a { background-color: rgb(70,26,18); }
div.DivClassName
{
background-color: #461A12;
}
.BgClassName
{
background-color: #461A12;
}
</style>
border-color css
<style>
span { border-color: #461A12; }
span { border-color: rgb(70,26,18); }
td.TdClassName
{
border-color: #461A12;
}
.TagClassName
{
border-color: #461A12;
}
</style>