Shades of Seal Brown #410D0C
Tints of Seal Brown #410D0C
RGB
CMYK
RGB Variations
Color information
#410D0C (or 0x410D0C) is known color: Seal Brown. HEX triplet: 41, 0D and 0C. RGB value is (65,13,12). Sum of RGB (Red+Green+Blue) = 65+13+12=90 (11% of max value = 765). Red value is 65 (25.78% from 255 or 72.22% from 90); Green value is 13 (5.47% from 255 or 14.44% from 90); Blue value is 12 (5.08% from 255 or 13.33% from 90); Max value from RGB is 65 - color contains mainly: red. Hex color #410D0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410D0C is #BEF2F3. Grayscale: #1C1C1C. Windows color (decimal): -12514036 or 789825. OLE color: 789825.
HSL color Cylindrical-coordinate representation of color #410D0C: hue angle of 1.13º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #410D0C is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 13 | 12 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.75 |
| HSL | 1.13º | 0.69% | 0.15% | - |
| HSV(B) | 1.13º | 0.82% | 0.25% | - |
| XYZ | 2.39 | 1.44 | 0.5 | - |
| YUV | 28.43 | 118.73 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 13 | 12 | 0 | 0.80 | 0.82 | 0.75 | 1.13 | 0.69 | 0.15 |
| Hex | 41 | D | C | 0 | 50 | 52 | 4B | 1 | 45 | F |
| Octal | 101 | 15 | 14 | 0 | 120 | 122 | 113 | 1 | 105 | 17 |
| Binary | 1000001 | 1101 | 1100 | 0 | 1010000 | 1010010 | 1001011 | 1 | 1000101 | 1111 |
Color Harmonies of #410D0C
Complementary color
Monochromatic Colors of #410D0C
Black with #410D0C
Text Example
Text Example
White with #410D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410D0C; }
p { color: rgb(65,13,12); }
H1.HeaderClassName
{
color: #410D0C;
}
.AnyTagClassName
{
color: #410D0C;
}
</style>
background-color css
<style>
a { background-color: #410D0C; }
a { background-color: rgb(65,13,12); }
div.DivClassName
{
background-color: #410D0C;
}
.BgClassName
{
background-color: #410D0C;
}
</style>
border-color css
<style>
span { border-color: #410D0C; }
span { border-color: rgb(65,13,12); }
td.TdClassName
{
border-color: #410D0C;
}
.TagClassName
{
border-color: #410D0C;
}
</style>