Shades of Brown Pod #461A0B
Tints of Brown Pod #461A0B
RGB
CMYK
RGB Variations
Color information
#461A0B (or 0x461A0B) is known color: Brown Pod. HEX triplet: 46, 1A and 0B. RGB value is (70,26,11). Sum of RGB (Red+Green+Blue) = 70+26+11=107 (14% of max value = 765). Red value is 70 (27.73% from 255 or 65.42% from 107); Green value is 26 (10.55% from 255 or 24.30% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 70 - color contains mainly: red. Hex color #461A0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461A0B is #B9E5F4. Grayscale: #252525. Windows color (decimal): -12183029 or 727622. OLE color: 727622.
HSL color Cylindrical-coordinate representation of color #461A0B: hue angle of 15.25º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #461A0B is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 26 | 11 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.73 |
| HSL | 15.25º | 0.73% | 0.16% | - |
| HSV(B) | 15.25º | 0.84% | 0.27% | - |
| XYZ | 2.96 | 2.07 | 0.56 | - |
| YUV | 37.45 | 113.08 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 26 | 11 | 0 | 0.63 | 0.84 | 0.73 | 15.25 | 0.73 | 0.16 |
| Hex | 46 | 1A | B | 0 | 3F | 54 | 49 | F | 49 | 10 |
| Octal | 106 | 32 | 13 | 0 | 77 | 124 | 111 | 17 | 111 | 20 |
| Binary | 1000110 | 11010 | 1011 | 0 | 111111 | 1010100 | 1001001 | 1111 | 1001001 | 10000 |
Color Harmonies of #461A0B
Complementary color
Monochromatic Colors of #461A0B
Black with #461A0B
Text Example
Text Example
White with #461A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461A0B; }
p { color: rgb(70,26,11); }
H1.HeaderClassName
{
color: #461A0B;
}
.AnyTagClassName
{
color: #461A0B;
}
</style>
background-color css
<style>
a { background-color: #461A0B; }
a { background-color: rgb(70,26,11); }
div.DivClassName
{
background-color: #461A0B;
}
.BgClassName
{
background-color: #461A0B;
}
</style>
border-color css
<style>
span { border-color: #461A0B; }
span { border-color: rgb(70,26,11); }
td.TdClassName
{
border-color: #461A0B;
}
.TagClassName
{
border-color: #461A0B;
}
</style>