Shades of Seal Brown #401715
Tints of Seal Brown #401715
RGB
CMYK
RGB Variations
Color information
#401715 (or 0x401715) is known color: Seal Brown. HEX triplet: 40, 17 and 15. RGB value is (64,23,21). Sum of RGB (Red+Green+Blue) = 64+23+21=108 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.26% from 108); Green value is 23 (9.38% from 255 or 21.30% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 64 - color contains mainly: red. Hex color #401715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401715 is #BFE8EA. Grayscale: #232323. Windows color (decimal): -12577003 or 1382208. OLE color: 1382208.
HSL color Cylindrical-coordinate representation of color #401715: hue angle of 2.79º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #401715 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 23 | 21 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.75 |
| HSL | 2.79º | 0.51% | 0.17% | - |
| HSV(B) | 2.79º | 0.67% | 0.25% | - |
| XYZ | 2.56 | 1.76 | 0.91 | - |
| YUV | 35.03 | 120.08 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 23 | 21 | 0 | 0.64 | 0.67 | 0.75 | 2.79 | 0.51 | 0.17 |
| Hex | 40 | 17 | 15 | 0 | 40 | 43 | 4B | 3 | 33 | 11 |
| Octal | 100 | 27 | 25 | 0 | 100 | 103 | 113 | 3 | 63 | 21 |
| Binary | 1000000 | 10111 | 10101 | 0 | 1000000 | 1000011 | 1001011 | 11 | 110011 | 10001 |
Color Harmonies of #401715
Complementary color
Monochromatic Colors of #401715
Black with #401715
Text Example
Text Example
White with #401715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401715; }
p { color: rgb(64,23,21); }
H1.HeaderClassName
{
color: #401715;
}
.AnyTagClassName
{
color: #401715;
}
</style>
background-color css
<style>
a { background-color: #401715; }
a { background-color: rgb(64,23,21); }
div.DivClassName
{
background-color: #401715;
}
.BgClassName
{
background-color: #401715;
}
</style>
border-color css
<style>
span { border-color: #401715; }
span { border-color: rgb(64,23,21); }
td.TdClassName
{
border-color: #401715;
}
.TagClassName
{
border-color: #401715;
}
</style>