Shades of Seal Brown #410B00
Tints of Seal Brown #410B00
RGB
CMYK
RGB Variations
Color information
#410B00 (or 0x410B00) is known color: Seal Brown. HEX triplet: 41, 0B and 00. RGB value is (65,11,0). Sum of RGB (Red+Green+Blue) = 65+11+0=76 (10% of max value = 765). Red value is 65 (25.78% from 255 or 85.53% from 76); Green value is 11 (4.69% from 255 or 14.47% from 76); Blue value is 0 (0.39% from 255 or 0% from 76); Max value from RGB is 65 - color contains mainly: red. Hex color #410B00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410B00 is #BEF4FF. Grayscale: #191919. Windows color (decimal): -12514560 or 2881. OLE color: 2881.
HSL color Cylindrical-coordinate representation of color #410B00: hue angle of 10.15º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #410B00 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 11 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.75 |
| HSL | 10.15º | 1% | 0.13% | - |
| HSV(B) | 10.15º | 1% | 0.25% | - |
| XYZ | 2.3 | 1.36 | 0.14 | - |
| YUV | 25.89 | 113.39 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 11 | 0 | 0 | 0.83 | 1 | 0.75 | 10.15 | 1 | 0.13 |
| Hex | 41 | B | 0 | 0 | 53 | 64 | 4B | A | 64 | D |
| Octal | 101 | 13 | 0 | 0 | 123 | 144 | 113 | 12 | 144 | 15 |
| Binary | 1000001 | 1011 | 0 | 0 | 1010011 | 1100100 | 1001011 | 1010 | 1100100 | 1101 |
Color Harmonies of #410B00
Complementary color
Monochromatic Colors of #410B00
Black with #410B00
Text Example
Text Example
White with #410B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410B00; }
p { color: rgb(65,11,0); }
H1.HeaderClassName
{
color: #410B00;
}
.AnyTagClassName
{
color: #410B00;
}
</style>
background-color css
<style>
a { background-color: #410B00; }
a { background-color: rgb(65,11,0); }
div.DivClassName
{
background-color: #410B00;
}
.BgClassName
{
background-color: #410B00;
}
</style>
border-color css
<style>
span { border-color: #410B00; }
span { border-color: rgb(65,11,0); }
td.TdClassName
{
border-color: #410B00;
}
.TagClassName
{
border-color: #410B00;
}
</style>