Shades of Seal Brown #401B18
Tints of Seal Brown #401B18
RGB
CMYK
RGB Variations
Color information
#401B18 (or 0x401B18) is known color: Seal Brown. HEX triplet: 40, 1B and 18. RGB value is (64,27,24). Sum of RGB (Red+Green+Blue) = 64+27+24=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 27 (10.94% from 255 or 23.48% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #401B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401B18 is #BFE4E7. Grayscale: #252525. Windows color (decimal): -12575976 or 1579840. OLE color: 1579840.
HSL color Cylindrical-coordinate representation of color #401B18: hue angle of 4.5º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #401B18 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 27 | 24 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.75 |
| HSL | 4.5º | 0.45% | 0.17% | - |
| HSV(B) | 4.5º | 0.63% | 0.25% | - |
| XYZ | 2.67 | 1.94 | 1.1 | - |
| YUV | 37.72 | 120.26 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 27 | 24 | 0 | 0.58 | 0.62 | 0.75 | 4.5 | 0.45 | 0.17 |
| Hex | 40 | 1B | 18 | 0 | 3A | 3E | 4B | 4 | 2D | 11 |
| Octal | 100 | 33 | 30 | 0 | 72 | 76 | 113 | 4 | 55 | 21 |
| Binary | 1000000 | 11011 | 11000 | 0 | 111010 | 111110 | 1001011 | 100 | 101101 | 10001 |
Color Harmonies of #401B18
Complementary color
Monochromatic Colors of #401B18
Black with #401B18
Text Example
Text Example
White with #401B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401B18; }
p { color: rgb(64,27,24); }
H1.HeaderClassName
{
color: #401B18;
}
.AnyTagClassName
{
color: #401B18;
}
</style>
background-color css
<style>
a { background-color: #401B18; }
a { background-color: rgb(64,27,24); }
div.DivClassName
{
background-color: #401B18;
}
.BgClassName
{
background-color: #401B18;
}
</style>
border-color css
<style>
span { border-color: #401B18; }
span { border-color: rgb(64,27,24); }
td.TdClassName
{
border-color: #401B18;
}
.TagClassName
{
border-color: #401B18;
}
</style>