Shades of Seal Brown #41160E
Tints of Seal Brown #41160E
RGB
CMYK
RGB Variations
Color information
#41160E (or 0x41160E) is known color: Seal Brown. HEX triplet: 41, 16 and 0E. RGB value is (65,22,14). Sum of RGB (Red+Green+Blue) = 65+22+14=101 (13% of max value = 765). Red value is 65 (25.78% from 255 or 64.36% from 101); Green value is 22 (8.98% from 255 or 21.78% from 101); Blue value is 14 (5.86% from 255 or 13.86% from 101); Max value from RGB is 65 - color contains mainly: red. Hex color #41160E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41160E is #BEE9F1. Grayscale: #222222. Windows color (decimal): -12511730 or 923201. OLE color: 923201.
HSL color Cylindrical-coordinate representation of color #41160E: hue angle of 9.41º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41160E is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 22 | 14 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.75 |
| HSL | 9.41º | 0.65% | 0.15% | - |
| HSV(B) | 9.41º | 0.78% | 0.25% | - |
| XYZ | 2.55 | 1.73 | 0.62 | - |
| YUV | 33.95 | 116.75 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 22 | 14 | 0 | 0.66 | 0.78 | 0.75 | 9.41 | 0.65 | 0.15 |
| Hex | 41 | 16 | E | 0 | 42 | 4E | 4B | 9 | 41 | F |
| Octal | 101 | 26 | 16 | 0 | 102 | 116 | 113 | 11 | 101 | 17 |
| Binary | 1000001 | 10110 | 1110 | 0 | 1000010 | 1001110 | 1001011 | 1001 | 1000001 | 1111 |
Color Harmonies of #41160E
Complementary color
Monochromatic Colors of #41160E
Black with #41160E
Text Example
Text Example
White with #41160E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41160E; }
p { color: rgb(65,22,14); }
H1.HeaderClassName
{
color: #41160E;
}
.AnyTagClassName
{
color: #41160E;
}
</style>
background-color css
<style>
a { background-color: #41160E; }
a { background-color: rgb(65,22,14); }
div.DivClassName
{
background-color: #41160E;
}
.BgClassName
{
background-color: #41160E;
}
</style>
border-color css
<style>
span { border-color: #41160E; }
span { border-color: rgb(65,22,14); }
td.TdClassName
{
border-color: #41160E;
}
.TagClassName
{
border-color: #41160E;
}
</style>