Shades of Seal Brown #41130C
Tints of Seal Brown #41130C
RGB
CMYK
RGB Variations
Color information
#41130C (or 0x41130C) is known color: Seal Brown. HEX triplet: 41, 13 and 0C. RGB value is (65,19,12). Sum of RGB (Red+Green+Blue) = 65+19+12=96 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.71% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 12 (5.08% from 255 or 12.5% from 96); Max value from RGB is 65 - color contains mainly: red. Hex color #41130C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41130C is #BEECF3. Grayscale: #202020. Windows color (decimal): -12512500 or 791361. OLE color: 791361.
HSL color Cylindrical-coordinate representation of color #41130C: hue angle of 7.92º 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 #41130C is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 19 | 12 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.75 |
| HSL | 7.92º | 0.69% | 0.15% | - |
| HSV(B) | 7.92º | 0.82% | 0.25% | - |
| XYZ | 2.48 | 1.62 | 0.53 | - |
| YUV | 31.96 | 116.74 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 19 | 12 | 0 | 0.71 | 0.82 | 0.75 | 7.92 | 0.69 | 0.15 |
| Hex | 41 | 13 | C | 0 | 47 | 52 | 4B | 8 | 45 | F |
| Octal | 101 | 23 | 14 | 0 | 107 | 122 | 113 | 10 | 105 | 17 |
| Binary | 1000001 | 10011 | 1100 | 0 | 1000111 | 1010010 | 1001011 | 1000 | 1000101 | 1111 |
Color Harmonies of #41130C
Complementary color
Monochromatic Colors of #41130C
Black with #41130C
Text Example
Text Example
White with #41130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41130C; }
p { color: rgb(65,19,12); }
H1.HeaderClassName
{
color: #41130C;
}
.AnyTagClassName
{
color: #41130C;
}
</style>
background-color css
<style>
a { background-color: #41130C; }
a { background-color: rgb(65,19,12); }
div.DivClassName
{
background-color: #41130C;
}
.BgClassName
{
background-color: #41130C;
}
</style>
border-color css
<style>
span { border-color: #41130C; }
span { border-color: rgb(65,19,12); }
td.TdClassName
{
border-color: #41130C;
}
.TagClassName
{
border-color: #41130C;
}
</style>