Shades of Seal Brown #410C03
Tints of Seal Brown #410C03
RGB
CMYK
RGB Variations
Color information
#410C03 (or 0x410C03) is known color: Seal Brown. HEX triplet: 41, 0C and 03. RGB value is (65,12,3). Sum of RGB (Red+Green+Blue) = 65+12+3=80 (10% of max value = 765). Red value is 65 (25.78% from 255 or 81.25% from 80); Green value is 12 (5.08% from 255 or 15% from 80); Blue value is 3 (1.56% from 255 or 3.75% from 80); Max value from RGB is 65 - color contains mainly: red. Hex color #410C03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410C03 is #BEF3FC. Grayscale: #1A1A1A. Windows color (decimal): -12514301 or 199745. OLE color: 199745.
HSL color Cylindrical-coordinate representation of color #410C03: hue angle of 8.71º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #410C03 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 12 | 3 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.75 |
| HSL | 8.71º | 0.91% | 0.13% | - |
| HSV(B) | 8.71º | 0.95% | 0.25% | - |
| XYZ | 2.33 | 1.39 | 0.23 | - |
| YUV | 26.82 | 114.56 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 12 | 3 | 0 | 0.82 | 0.95 | 0.75 | 8.71 | 0.91 | 0.13 |
| Hex | 41 | C | 3 | 0 | 52 | 5F | 4B | 9 | 5B | D |
| Octal | 101 | 14 | 3 | 0 | 122 | 137 | 113 | 11 | 133 | 15 |
| Binary | 1000001 | 1100 | 11 | 0 | 1010010 | 1011111 | 1001011 | 1001 | 1011011 | 1101 |
Color Harmonies of #410C03
Complementary color
Monochromatic Colors of #410C03
Black with #410C03
Text Example
Text Example
White with #410C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410C03; }
p { color: rgb(65,12,3); }
H1.HeaderClassName
{
color: #410C03;
}
.AnyTagClassName
{
color: #410C03;
}
</style>
background-color css
<style>
a { background-color: #410C03; }
a { background-color: rgb(65,12,3); }
div.DivClassName
{
background-color: #410C03;
}
.BgClassName
{
background-color: #410C03;
}
</style>
border-color css
<style>
span { border-color: #410C03; }
span { border-color: rgb(65,12,3); }
td.TdClassName
{
border-color: #410C03;
}
.TagClassName
{
border-color: #410C03;
}
</style>