Shades of Seal Brown #401B17
Tints of Seal Brown #401B17
RGB
CMYK
RGB Variations
Color information
#401B17 (or 0x401B17) is known color: Seal Brown. HEX triplet: 40, 1B and 17. RGB value is (64,27,23). Sum of RGB (Red+Green+Blue) = 64+27+23=114 (15% of max value = 765). Red value is 64 (25.39% from 255 or 56.14% from 114); Green value is 27 (10.94% from 255 or 23.68% from 114); Blue value is 23 (9.38% from 255 or 20.18% from 114); Max value from RGB is 64 - color contains mainly: red. Hex color #401B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401B17 is #BFE4E8. Grayscale: #252525. Windows color (decimal): -12575977 or 1514304. OLE color: 1514304.
HSL color Cylindrical-coordinate representation of color #401B17: hue angle of 5.85º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #401B17 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 27 | 23 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.75 |
| HSL | 5.85º | 0.47% | 0.17% | - |
| HSV(B) | 5.85º | 0.64% | 0.25% | - |
| XYZ | 2.66 | 1.94 | 1.04 | - |
| YUV | 37.61 | 119.76 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 27 | 23 | 0 | 0.58 | 0.64 | 0.75 | 5.85 | 0.47 | 0.17 |
| Hex | 40 | 1B | 17 | 0 | 3A | 40 | 4B | 6 | 2F | 11 |
| Octal | 100 | 33 | 27 | 0 | 72 | 100 | 113 | 6 | 57 | 21 |
| Binary | 1000000 | 11011 | 10111 | 0 | 111010 | 1000000 | 1001011 | 110 | 101111 | 10001 |
Color Harmonies of #401B17
Complementary color
Monochromatic Colors of #401B17
Black with #401B17
Text Example
Text Example
White with #401B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401B17; }
p { color: rgb(64,27,23); }
H1.HeaderClassName
{
color: #401B17;
}
.AnyTagClassName
{
color: #401B17;
}
</style>
background-color css
<style>
a { background-color: #401B17; }
a { background-color: rgb(64,27,23); }
div.DivClassName
{
background-color: #401B17;
}
.BgClassName
{
background-color: #401B17;
}
</style>
border-color css
<style>
span { border-color: #401B17; }
span { border-color: rgb(64,27,23); }
td.TdClassName
{
border-color: #401B17;
}
.TagClassName
{
border-color: #401B17;
}
</style>