Shades of Seal Brown #41140D
Tints of Seal Brown #41140D
RGB
CMYK
RGB Variations
Color information
#41140D (or 0x41140D) is known color: Seal Brown. HEX triplet: 41, 14 and 0D. RGB value is (65,20,13). Sum of RGB (Red+Green+Blue) = 65+20+13=98 (12% of max value = 765). Red value is 65 (25.78% from 255 or 66.33% from 98); Green value is 20 (8.20% from 255 or 20.41% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 65 - color contains mainly: red. Hex color #41140D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41140D is #BEEBF2. Grayscale: #202020. Windows color (decimal): -12512243 or 857153. OLE color: 857153.
HSL color Cylindrical-coordinate representation of color #41140D: hue angle of 8.08º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #41140D is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 20 | 13 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.75 |
| HSL | 8.08º | 0.67% | 0.15% | - |
| HSV(B) | 8.08º | 0.8% | 0.25% | - |
| XYZ | 2.5 | 1.65 | 0.57 | - |
| YUV | 32.66 | 116.91 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 20 | 13 | 0 | 0.69 | 0.80 | 0.75 | 8.08 | 0.67 | 0.15 |
| Hex | 41 | 14 | D | 0 | 45 | 50 | 4B | 8 | 43 | F |
| Octal | 101 | 24 | 15 | 0 | 105 | 120 | 113 | 10 | 103 | 17 |
| Binary | 1000001 | 10100 | 1101 | 0 | 1000101 | 1010000 | 1001011 | 1000 | 1000011 | 1111 |
Color Harmonies of #41140D
Complementary color
Monochromatic Colors of #41140D
Black with #41140D
Text Example
Text Example
White with #41140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41140D; }
p { color: rgb(65,20,13); }
H1.HeaderClassName
{
color: #41140D;
}
.AnyTagClassName
{
color: #41140D;
}
</style>
background-color css
<style>
a { background-color: #41140D; }
a { background-color: rgb(65,20,13); }
div.DivClassName
{
background-color: #41140D;
}
.BgClassName
{
background-color: #41140D;
}
</style>
border-color css
<style>
span { border-color: #41140D; }
span { border-color: rgb(65,20,13); }
td.TdClassName
{
border-color: #41140D;
}
.TagClassName
{
border-color: #41140D;
}
</style>