Shades of Seal Brown #41140E
Tints of Seal Brown #41140E
RGB
CMYK
RGB Variations
Color information
#41140E (or 0x41140E) is known color: Seal Brown. HEX triplet: 41, 14 and 0E. RGB value is (65,20,14). Sum of RGB (Red+Green+Blue) = 65+20+14=99 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65.66% from 99); Green value is 20 (8.20% from 255 or 20.20% from 99); Blue value is 14 (5.86% from 255 or 14.14% from 99); Max value from RGB is 65 - color contains mainly: red. Hex color #41140E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41140E is #BEEBF1. Grayscale: #202020. Windows color (decimal): -12512242 or 922689. OLE color: 922689.
HSL color Cylindrical-coordinate representation of color #41140E: hue angle of 7.06º 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 #41140E is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 20 | 14 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.75 |
| HSL | 7.06º | 0.65% | 0.15% | - |
| HSV(B) | 7.06º | 0.78% | 0.25% | - |
| XYZ | 2.51 | 1.66 | 0.6 | - |
| YUV | 32.77 | 117.41 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 20 | 14 | 0 | 0.69 | 0.78 | 0.75 | 7.06 | 0.65 | 0.15 |
| Hex | 41 | 14 | E | 0 | 45 | 4E | 4B | 7 | 41 | F |
| Octal | 101 | 24 | 16 | 0 | 105 | 116 | 113 | 7 | 101 | 17 |
| Binary | 1000001 | 10100 | 1110 | 0 | 1000101 | 1001110 | 1001011 | 111 | 1000001 | 1111 |
Color Harmonies of #41140E
Complementary color
Monochromatic Colors of #41140E
Black with #41140E
Text Example
Text Example
White with #41140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41140E; }
p { color: rgb(65,20,14); }
H1.HeaderClassName
{
color: #41140E;
}
.AnyTagClassName
{
color: #41140E;
}
</style>
background-color css
<style>
a { background-color: #41140E; }
a { background-color: rgb(65,20,14); }
div.DivClassName
{
background-color: #41140E;
}
.BgClassName
{
background-color: #41140E;
}
</style>
border-color css
<style>
span { border-color: #41140E; }
span { border-color: rgb(65,20,14); }
td.TdClassName
{
border-color: #41140E;
}
.TagClassName
{
border-color: #41140E;
}
</style>