Shades of Seal Brown #410B0B
Tints of Seal Brown #410B0B
RGB
CMYK
RGB Variations
Color information
#410B0B (or 0x410B0B) is known color: Seal Brown. HEX triplet: 41, 0B and 0B. RGB value is (65,11,11). Sum of RGB (Red+Green+Blue) = 65+11+11=87 (11% of max value = 765). Red value is 65 (25.78% from 255 or 74.71% from 87); Green value is 11 (4.69% from 255 or 12.64% from 87); Blue value is 11 (4.69% from 255 or 12.64% from 87); Max value from RGB is 65 - color contains mainly: red. Hex color #410B0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410B0B is #BEF4F4. Grayscale: #1B1B1B. Windows color (decimal): -12514549 or 723777. OLE color: 723777.
HSL color Cylindrical-coordinate representation of color #410B0B: hue angle of 0º 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 #410B0B is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 11 | 11 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.75 |
| HSL | 0º | 0.71% | 0.15% | - |
| HSV(B) | 0º | 0.83% | 0.25% | - |
| XYZ | 2.36 | 1.39 | 0.46 | - |
| YUV | 27.15 | 118.89 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 11 | 11 | 0 | 0.83 | 0.83 | 0.75 | 0 | 0.71 | 0.15 |
| Hex | 41 | B | B | 0 | 53 | 53 | 4B | 0 | 47 | F |
| Octal | 101 | 13 | 13 | 0 | 123 | 123 | 113 | 0 | 107 | 17 |
| Binary | 1000001 | 1011 | 1011 | 0 | 1010011 | 1010011 | 1001011 | 0 | 1000111 | 1111 |
Color Harmonies of #410B0B
Complementary color
Monochromatic Colors of #410B0B
Black with #410B0B
Text Example
Text Example
White with #410B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410B0B; }
p { color: rgb(65,11,11); }
H1.HeaderClassName
{
color: #410B0B;
}
.AnyTagClassName
{
color: #410B0B;
}
</style>
background-color css
<style>
a { background-color: #410B0B; }
a { background-color: rgb(65,11,11); }
div.DivClassName
{
background-color: #410B0B;
}
.BgClassName
{
background-color: #410B0B;
}
</style>
border-color css
<style>
span { border-color: #410B0B; }
span { border-color: rgb(65,11,11); }
td.TdClassName
{
border-color: #410B0B;
}
.TagClassName
{
border-color: #410B0B;
}
</style>