Shades of Seal Brown #410B01
Tints of Seal Brown #410B01
RGB
CMYK
RGB Variations
Color information
#410B01 (or 0x410B01) is known color: Seal Brown. HEX triplet: 41, 0B and 01. RGB value is (65,11,1). Sum of RGB (Red+Green+Blue) = 65+11+1=77 (10% of max value = 765). Red value is 65 (25.78% from 255 or 84.42% from 77); Green value is 11 (4.69% from 255 or 14.29% from 77); Blue value is 1 (0.78% from 255 or 1.30% from 77); Max value from RGB is 65 - color contains mainly: red. Hex color #410B01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410B01 is #BEF4FE. Grayscale: #1A1A1A. Windows color (decimal): -12514559 or 68417. OLE color: 68417.
HSL color Cylindrical-coordinate representation of color #410B01: hue angle of 9.38º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #410B01 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 11 | 1 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.75 |
| HSL | 9.38º | 0.97% | 0.13% | - |
| HSV(B) | 9.38º | 0.98% | 0.25% | - |
| XYZ | 2.31 | 1.37 | 0.17 | - |
| YUV | 26.01 | 113.89 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 11 | 1 | 0 | 0.83 | 0.98 | 0.75 | 9.38 | 0.97 | 0.13 |
| Hex | 41 | B | 1 | 0 | 53 | 62 | 4B | 9 | 61 | D |
| Octal | 101 | 13 | 1 | 0 | 123 | 142 | 113 | 11 | 141 | 15 |
| Binary | 1000001 | 1011 | 1 | 0 | 1010011 | 1100010 | 1001011 | 1001 | 1100001 | 1101 |
Color Harmonies of #410B01
Complementary color
Monochromatic Colors of #410B01
Black with #410B01
Text Example
Text Example
White with #410B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410B01; }
p { color: rgb(65,11,1); }
H1.HeaderClassName
{
color: #410B01;
}
.AnyTagClassName
{
color: #410B01;
}
</style>
background-color css
<style>
a { background-color: #410B01; }
a { background-color: rgb(65,11,1); }
div.DivClassName
{
background-color: #410B01;
}
.BgClassName
{
background-color: #410B01;
}
</style>
border-color css
<style>
span { border-color: #410B01; }
span { border-color: rgb(65,11,1); }
td.TdClassName
{
border-color: #410B01;
}
.TagClassName
{
border-color: #410B01;
}
</style>