Shades of Seal Brown #410A02
Tints of Seal Brown #410A02
RGB
CMYK
RGB Variations
Color information
#410A02 (or 0x410A02) is known color: Seal Brown. HEX triplet: 41, 0A and 02. RGB value is (65,10,2). Sum of RGB (Red+Green+Blue) = 65+10+2=77 (10% of max value = 765). Red value is 65 (25.78% from 255 or 84.42% from 77); Green value is 10 (4.30% from 255 or 12.99% from 77); Blue value is 2 (1.17% from 255 or 2.60% from 77); Max value from RGB is 65 - color contains mainly: red. Hex color #410A02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410A02 is #BEF5FD. Grayscale: #191919. Windows color (decimal): -12514814 or 133697. OLE color: 133697.
HSL color Cylindrical-coordinate representation of color #410A02: hue angle of 7.62º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #410A02 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 10 | 2 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.75 |
| HSL | 7.62º | 0.94% | 0.13% | - |
| HSV(B) | 7.62º | 0.97% | 0.25% | - |
| XYZ | 2.3 | 1.35 | 0.2 | - |
| YUV | 25.53 | 114.72 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 10 | 2 | 0 | 0.85 | 0.97 | 0.75 | 7.62 | 0.94 | 0.13 |
| Hex | 41 | A | 2 | 0 | 55 | 61 | 4B | 8 | 5E | D |
| Octal | 101 | 12 | 2 | 0 | 125 | 141 | 113 | 10 | 136 | 15 |
| Binary | 1000001 | 1010 | 10 | 0 | 1010101 | 1100001 | 1001011 | 1000 | 1011110 | 1101 |
Color Harmonies of #410A02
Complementary color
Monochromatic Colors of #410A02
Black with #410A02
Text Example
Text Example
White with #410A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410A02; }
p { color: rgb(65,10,2); }
H1.HeaderClassName
{
color: #410A02;
}
.AnyTagClassName
{
color: #410A02;
}
</style>
background-color css
<style>
a { background-color: #410A02; }
a { background-color: rgb(65,10,2); }
div.DivClassName
{
background-color: #410A02;
}
.BgClassName
{
background-color: #410A02;
}
</style>
border-color css
<style>
span { border-color: #410A02; }
span { border-color: rgb(65,10,2); }
td.TdClassName
{
border-color: #410A02;
}
.TagClassName
{
border-color: #410A02;
}
</style>