Shades of Brown Pod #461B10
Tints of Brown Pod #461B10
RGB
CMYK
RGB Variations
Color information
#461B10 (or 0x461B10) is known color: Brown Pod. HEX triplet: 46, 1B and 10. RGB value is (70,27,16). Sum of RGB (Red+Green+Blue) = 70+27+16=113 (14% of max value = 765). Red value is 70 (27.73% from 255 or 61.95% from 113); Green value is 27 (10.94% from 255 or 23.89% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 70 - color contains mainly: red. Hex color #461B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461B10 is #B9E4EF. Grayscale: #262626. Windows color (decimal): -12182768 or 1055558. OLE color: 1055558.
HSL color Cylindrical-coordinate representation of color #461B10: hue angle of 12.22º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #461B10 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 27 | 16 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.73 |
| HSL | 12.22º | 0.63% | 0.17% | - |
| HSV(B) | 12.22º | 0.77% | 0.27% | - |
| XYZ | 3.01 | 2.12 | 0.74 | - |
| YUV | 38.6 | 115.25 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 27 | 16 | 0 | 0.61 | 0.77 | 0.73 | 12.22 | 0.63 | 0.17 |
| Hex | 46 | 1B | 10 | 0 | 3D | 4D | 49 | C | 3F | 11 |
| Octal | 106 | 33 | 20 | 0 | 75 | 115 | 111 | 14 | 77 | 21 |
| Binary | 1000110 | 11011 | 10000 | 0 | 111101 | 1001101 | 1001001 | 1100 | 111111 | 10001 |
Color Harmonies of #461B10
Complementary color
Monochromatic Colors of #461B10
Black with #461B10
Text Example
Text Example
White with #461B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461B10; }
p { color: rgb(70,27,16); }
H1.HeaderClassName
{
color: #461B10;
}
.AnyTagClassName
{
color: #461B10;
}
</style>
background-color css
<style>
a { background-color: #461B10; }
a { background-color: rgb(70,27,16); }
div.DivClassName
{
background-color: #461B10;
}
.BgClassName
{
background-color: #461B10;
}
</style>
border-color css
<style>
span { border-color: #461B10; }
span { border-color: rgb(70,27,16); }
td.TdClassName
{
border-color: #461B10;
}
.TagClassName
{
border-color: #461B10;
}
</style>