Shades of Seal Brown #410F08
Tints of Seal Brown #410F08
RGB
CMYK
RGB Variations
Color information
#410F08 (or 0x410F08) is known color: Seal Brown. HEX triplet: 41, 0F and 08. RGB value is (65,15,8). Sum of RGB (Red+Green+Blue) = 65+15+8=88 (11% of max value = 765). Red value is 65 (25.78% from 255 or 73.86% from 88); Green value is 15 (6.25% from 255 or 17.05% from 88); Blue value is 8 (3.52% from 255 or 9.09% from 88); Max value from RGB is 65 - color contains mainly: red. Hex color #410F08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410F08 is #BEF0F7. Grayscale: #1D1D1D. Windows color (decimal): -12513528 or 528193. OLE color: 528193.
HSL color Cylindrical-coordinate representation of color #410F08: hue angle of 7.37º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #410F08 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 15 | 8 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.75 |
| HSL | 7.37º | 0.78% | 0.14% | - |
| HSV(B) | 7.37º | 0.88% | 0.25% | - |
| XYZ | 2.39 | 1.48 | 0.39 | - |
| YUV | 29.15 | 116.07 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 15 | 8 | 0 | 0.77 | 0.88 | 0.75 | 7.37 | 0.78 | 0.14 |
| Hex | 41 | F | 8 | 0 | 4D | 58 | 4B | 7 | 4E | E |
| Octal | 101 | 17 | 10 | 0 | 115 | 130 | 113 | 7 | 116 | 16 |
| Binary | 1000001 | 1111 | 1000 | 0 | 1001101 | 1011000 | 1001011 | 111 | 1001110 | 1110 |
Color Harmonies of #410F08
Complementary color
Monochromatic Colors of #410F08
Black with #410F08
Text Example
Text Example
White with #410F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410F08; }
p { color: rgb(65,15,8); }
H1.HeaderClassName
{
color: #410F08;
}
.AnyTagClassName
{
color: #410F08;
}
</style>
background-color css
<style>
a { background-color: #410F08; }
a { background-color: rgb(65,15,8); }
div.DivClassName
{
background-color: #410F08;
}
.BgClassName
{
background-color: #410F08;
}
</style>
border-color css
<style>
span { border-color: #410F08; }
span { border-color: rgb(65,15,8); }
td.TdClassName
{
border-color: #410F08;
}
.TagClassName
{
border-color: #410F08;
}
</style>