Shades of Seal Brown #41130B
Tints of Seal Brown #41130B
RGB
CMYK
RGB Variations
Color information
#41130B (or 0x41130B) is known color: Seal Brown. HEX triplet: 41, 13 and 0B. RGB value is (65,19,11). Sum of RGB (Red+Green+Blue) = 65+19+11=95 (12% of max value = 765). Red value is 65 (25.78% from 255 or 68.42% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 65 - color contains mainly: red. Hex color #41130B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41130B is #BEECF4. Grayscale: #1F1F1F. Windows color (decimal): -12512501 or 725825. OLE color: 725825.
HSL color Cylindrical-coordinate representation of color #41130B: hue angle of 8.89º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #41130B is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 19 | 11 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.75 |
| HSL | 8.89º | 0.71% | 0.15% | - |
| HSV(B) | 8.89º | 0.83% | 0.25% | - |
| XYZ | 2.47 | 1.61 | 0.5 | - |
| YUV | 31.84 | 116.24 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 19 | 11 | 0 | 0.71 | 0.83 | 0.75 | 8.89 | 0.71 | 0.15 |
| Hex | 41 | 13 | B | 0 | 47 | 53 | 4B | 9 | 47 | F |
| Octal | 101 | 23 | 13 | 0 | 107 | 123 | 113 | 11 | 107 | 17 |
| Binary | 1000001 | 10011 | 1011 | 0 | 1000111 | 1010011 | 1001011 | 1001 | 1000111 | 1111 |
Color Harmonies of #41130B
Complementary color
Monochromatic Colors of #41130B
Black with #41130B
Text Example
Text Example
White with #41130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41130B; }
p { color: rgb(65,19,11); }
H1.HeaderClassName
{
color: #41130B;
}
.AnyTagClassName
{
color: #41130B;
}
</style>
background-color css
<style>
a { background-color: #41130B; }
a { background-color: rgb(65,19,11); }
div.DivClassName
{
background-color: #41130B;
}
.BgClassName
{
background-color: #41130B;
}
</style>
border-color css
<style>
span { border-color: #41130B; }
span { border-color: rgb(65,19,11); }
td.TdClassName
{
border-color: #41130B;
}
.TagClassName
{
border-color: #41130B;
}
</style>