Shades of Seal Brown #410B02
Tints of Seal Brown #410B02
RGB
CMYK
RGB Variations
Color information
#410B02 (or 0x410B02) is known color: Seal Brown. HEX triplet: 41, 0B and 02. RGB value is (65,11,2). Sum of RGB (Red+Green+Blue) = 65+11+2=78 (10% of max value = 765). Red value is 65 (25.78% from 255 or 83.33% from 78); Green value is 11 (4.69% from 255 or 14.10% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 65 - color contains mainly: red. Hex color #410B02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410B02 is #BEF4FD. Grayscale: #1A1A1A. Windows color (decimal): -12514558 or 133953. OLE color: 133953.
HSL color Cylindrical-coordinate representation of color #410B02: hue angle of 8.57º 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 #410B02 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 11 | 2 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.75 |
| HSL | 8.57º | 0.94% | 0.13% | - |
| HSV(B) | 8.57º | 0.97% | 0.25% | - |
| XYZ | 2.31 | 1.37 | 0.2 | - |
| YUV | 26.12 | 114.39 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 11 | 2 | 0 | 0.83 | 0.97 | 0.75 | 8.57 | 0.94 | 0.13 |
| Hex | 41 | B | 2 | 0 | 53 | 61 | 4B | 9 | 5E | D |
| Octal | 101 | 13 | 2 | 0 | 123 | 141 | 113 | 11 | 136 | 15 |
| Binary | 1000001 | 1011 | 10 | 0 | 1010011 | 1100001 | 1001011 | 1001 | 1011110 | 1101 |
Color Harmonies of #410B02
Complementary color
Monochromatic Colors of #410B02
Black with #410B02
Text Example
Text Example
White with #410B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410B02; }
p { color: rgb(65,11,2); }
H1.HeaderClassName
{
color: #410B02;
}
.AnyTagClassName
{
color: #410B02;
}
</style>
background-color css
<style>
a { background-color: #410B02; }
a { background-color: rgb(65,11,2); }
div.DivClassName
{
background-color: #410B02;
}
.BgClassName
{
background-color: #410B02;
}
</style>
border-color css
<style>
span { border-color: #410B02; }
span { border-color: rgb(65,11,2); }
td.TdClassName
{
border-color: #410B02;
}
.TagClassName
{
border-color: #410B02;
}
</style>