Shades of Seal Brown #41140C
Tints of Seal Brown #41140C
RGB
CMYK
RGB Variations
Color information
#41140C (or 0x41140C) is known color: Seal Brown. HEX triplet: 41, 14 and 0C. RGB value is (65,20,12). Sum of RGB (Red+Green+Blue) = 65+20+12=97 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.01% from 97); Green value is 20 (8.20% from 255 or 20.62% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 65 - color contains mainly: red. Hex color #41140C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41140C is #BEEBF3. Grayscale: #202020. Windows color (decimal): -12512244 or 791617. OLE color: 791617.
HSL color Cylindrical-coordinate representation of color #41140C: hue angle of 9.06º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #41140C is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 20 | 12 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.75 |
| HSL | 9.06º | 0.69% | 0.15% | - |
| HSV(B) | 9.06º | 0.82% | 0.25% | - |
| XYZ | 2.5 | 1.65 | 0.53 | - |
| YUV | 32.54 | 116.41 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 20 | 12 | 0 | 0.69 | 0.82 | 0.75 | 9.06 | 0.69 | 0.15 |
| Hex | 41 | 14 | C | 0 | 45 | 52 | 4B | 9 | 45 | F |
| Octal | 101 | 24 | 14 | 0 | 105 | 122 | 113 | 11 | 105 | 17 |
| Binary | 1000001 | 10100 | 1100 | 0 | 1000101 | 1010010 | 1001011 | 1001 | 1000101 | 1111 |
Color Harmonies of #41140C
Complementary color
Monochromatic Colors of #41140C
Black with #41140C
Text Example
Text Example
White with #41140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41140C; }
p { color: rgb(65,20,12); }
H1.HeaderClassName
{
color: #41140C;
}
.AnyTagClassName
{
color: #41140C;
}
</style>
background-color css
<style>
a { background-color: #41140C; }
a { background-color: rgb(65,20,12); }
div.DivClassName
{
background-color: #41140C;
}
.BgClassName
{
background-color: #41140C;
}
</style>
border-color css
<style>
span { border-color: #41140C; }
span { border-color: rgb(65,20,12); }
td.TdClassName
{
border-color: #41140C;
}
.TagClassName
{
border-color: #41140C;
}
</style>