Shades of Seal Brown #410C0C
Tints of Seal Brown #410C0C
RGB
CMYK
RGB Variations
Color information
#410C0C (or 0x410C0C) is known color: Seal Brown. HEX triplet: 41, 0C and 0C. RGB value is (65,12,12). Sum of RGB (Red+Green+Blue) = 65+12+12=89 (11% of max value = 765). Red value is 65 (25.78% from 255 or 73.03% from 89); Green value is 12 (5.08% from 255 or 13.48% from 89); Blue value is 12 (5.08% from 255 or 13.48% from 89); Max value from RGB is 65 - color contains mainly: red. Hex color #410C0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410C0C is #BEF3F3. Grayscale: #1B1B1B. Windows color (decimal): -12514292 or 789569. OLE color: 789569.
HSL color Cylindrical-coordinate representation of color #410C0C: hue angle of 0º 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 #410C0C is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 12 | 12 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.75 |
| HSL | 0º | 0.69% | 0.15% | - |
| HSV(B) | 0º | 0.82% | 0.25% | - |
| XYZ | 2.38 | 1.41 | 0.5 | - |
| YUV | 27.85 | 119.06 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 12 | 12 | 0 | 0.82 | 0.82 | 0.75 | 0 | 0.69 | 0.15 |
| Hex | 41 | C | C | 0 | 52 | 52 | 4B | 0 | 45 | F |
| Octal | 101 | 14 | 14 | 0 | 122 | 122 | 113 | 0 | 105 | 17 |
| Binary | 1000001 | 1100 | 1100 | 0 | 1010010 | 1010010 | 1001011 | 0 | 1000101 | 1111 |
Color Harmonies of #410C0C
Complementary color
Monochromatic Colors of #410C0C
Black with #410C0C
Text Example
Text Example
White with #410C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410C0C; }
p { color: rgb(65,12,12); }
H1.HeaderClassName
{
color: #410C0C;
}
.AnyTagClassName
{
color: #410C0C;
}
</style>
background-color css
<style>
a { background-color: #410C0C; }
a { background-color: rgb(65,12,12); }
div.DivClassName
{
background-color: #410C0C;
}
.BgClassName
{
background-color: #410C0C;
}
</style>
border-color css
<style>
span { border-color: #410C0C; }
span { border-color: rgb(65,12,12); }
td.TdClassName
{
border-color: #410C0C;
}
.TagClassName
{
border-color: #410C0C;
}
</style>