Shades of Brown Pod #461A09
Tints of Brown Pod #461A09
RGB
CMYK
RGB Variations
Color information
#461A09 (or 0x461A09) is known color: Brown Pod. HEX triplet: 46, 1A and 09. RGB value is (70,26,9). Sum of RGB (Red+Green+Blue) = 70+26+9=105 (13% of max value = 765). Red value is 70 (27.73% from 255 or 66.67% from 105); Green value is 26 (10.55% from 255 or 24.76% from 105); Blue value is 9 (3.91% from 255 or 8.57% from 105); Max value from RGB is 70 - color contains mainly: red. Hex color #461A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461A09 is #B9E5F6. Grayscale: #252525. Windows color (decimal): -12183031 or 596550. OLE color: 596550.
HSL color Cylindrical-coordinate representation of color #461A09: hue angle of 16.72º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #461A09 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 26 | 9 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.73 |
| HSL | 16.72º | 0.77% | 0.15% | - |
| HSV(B) | 16.72º | 0.87% | 0.27% | - |
| XYZ | 2.94 | 2.06 | 0.5 | - |
| YUV | 37.22 | 112.08 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 26 | 9 | 0 | 0.63 | 0.87 | 0.73 | 16.72 | 0.77 | 0.15 |
| Hex | 46 | 1A | 9 | 0 | 3F | 57 | 49 | 11 | 4D | F |
| Octal | 106 | 32 | 11 | 0 | 77 | 127 | 111 | 21 | 115 | 17 |
| Binary | 1000110 | 11010 | 1001 | 0 | 111111 | 1010111 | 1001001 | 10001 | 1001101 | 1111 |
Color Harmonies of #461A09
Complementary color
Monochromatic Colors of #461A09
Black with #461A09
Text Example
Text Example
White with #461A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461A09; }
p { color: rgb(70,26,9); }
H1.HeaderClassName
{
color: #461A09;
}
.AnyTagClassName
{
color: #461A09;
}
</style>
background-color css
<style>
a { background-color: #461A09; }
a { background-color: rgb(70,26,9); }
div.DivClassName
{
background-color: #461A09;
}
.BgClassName
{
background-color: #461A09;
}
</style>
border-color css
<style>
span { border-color: #461A09; }
span { border-color: rgb(70,26,9); }
td.TdClassName
{
border-color: #461A09;
}
.TagClassName
{
border-color: #461A09;
}
</style>