Shades of Seal Brown #410B03
Tints of Seal Brown #410B03
RGB
CMYK
RGB Variations
Color information
#410B03 (or 0x410B03) is known color: Seal Brown. HEX triplet: 41, 0B and 03. RGB value is (65,11,3). Sum of RGB (Red+Green+Blue) = 65+11+3=79 (10% of max value = 765). Red value is 65 (25.78% from 255 or 82.28% from 79); Green value is 11 (4.69% from 255 or 13.92% from 79); Blue value is 3 (1.56% from 255 or 3.80% from 79); Max value from RGB is 65 - color contains mainly: red. Hex color #410B03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410B03 is #BEF4FC. Grayscale: #1A1A1A. Windows color (decimal): -12514557 or 199489. OLE color: 199489.
HSL color Cylindrical-coordinate representation of color #410B03: hue angle of 7.74º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #410B03 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 11 | 3 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.75 |
| HSL | 7.74º | 0.91% | 0.13% | - |
| HSV(B) | 7.74º | 0.95% | 0.25% | - |
| XYZ | 2.32 | 1.37 | 0.23 | - |
| YUV | 26.23 | 114.89 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 11 | 3 | 0 | 0.83 | 0.95 | 0.75 | 7.74 | 0.91 | 0.13 |
| Hex | 41 | B | 3 | 0 | 53 | 5F | 4B | 8 | 5B | D |
| Octal | 101 | 13 | 3 | 0 | 123 | 137 | 113 | 10 | 133 | 15 |
| Binary | 1000001 | 1011 | 11 | 0 | 1010011 | 1011111 | 1001011 | 1000 | 1011011 | 1101 |
Color Harmonies of #410B03
Complementary color
Monochromatic Colors of #410B03
Black with #410B03
Text Example
Text Example
White with #410B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410B03; }
p { color: rgb(65,11,3); }
H1.HeaderClassName
{
color: #410B03;
}
.AnyTagClassName
{
color: #410B03;
}
</style>
background-color css
<style>
a { background-color: #410B03; }
a { background-color: rgb(65,11,3); }
div.DivClassName
{
background-color: #410B03;
}
.BgClassName
{
background-color: #410B03;
}
</style>
border-color css
<style>
span { border-color: #410B03; }
span { border-color: rgb(65,11,3); }
td.TdClassName
{
border-color: #410B03;
}
.TagClassName
{
border-color: #410B03;
}
</style>