Shades of Seal Brown #410F03
Tints of Seal Brown #410F03
RGB
CMYK
RGB Variations
Color information
#410F03 (or 0x410F03) is known color: Seal Brown. HEX triplet: 41, 0F and 03. RGB value is (65,15,3). Sum of RGB (Red+Green+Blue) = 65+15+3=83 (10% of max value = 765). Red value is 65 (25.78% from 255 or 78.31% from 83); Green value is 15 (6.25% from 255 or 18.07% from 83); Blue value is 3 (1.56% from 255 or 3.61% from 83); Max value from RGB is 65 - color contains mainly: red. Hex color #410F03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410F03 is #BEF0FC. Grayscale: #1C1C1C. Windows color (decimal): -12513533 or 200513. OLE color: 200513.
HSL color Cylindrical-coordinate representation of color #410F03: hue angle of 11.61º 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 #410F03 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 15 | 3 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.75 |
| HSL | 11.61º | 0.91% | 0.13% | - |
| HSV(B) | 11.61º | 0.95% | 0.25% | - |
| XYZ | 2.37 | 1.47 | 0.25 | - |
| YUV | 28.58 | 113.57 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 15 | 3 | 0 | 0.77 | 0.95 | 0.75 | 11.61 | 0.91 | 0.13 |
| Hex | 41 | F | 3 | 0 | 4D | 5F | 4B | C | 5B | D |
| Octal | 101 | 17 | 3 | 0 | 115 | 137 | 113 | 14 | 133 | 15 |
| Binary | 1000001 | 1111 | 11 | 0 | 1001101 | 1011111 | 1001011 | 1100 | 1011011 | 1101 |
Color Harmonies of #410F03
Complementary color
Monochromatic Colors of #410F03
Black with #410F03
Text Example
Text Example
White with #410F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410F03; }
p { color: rgb(65,15,3); }
H1.HeaderClassName
{
color: #410F03;
}
.AnyTagClassName
{
color: #410F03;
}
</style>
background-color css
<style>
a { background-color: #410F03; }
a { background-color: rgb(65,15,3); }
div.DivClassName
{
background-color: #410F03;
}
.BgClassName
{
background-color: #410F03;
}
</style>
border-color css
<style>
span { border-color: #410F03; }
span { border-color: rgb(65,15,3); }
td.TdClassName
{
border-color: #410F03;
}
.TagClassName
{
border-color: #410F03;
}
</style>