Shades of Seal Brown #281A18
Tints of Seal Brown #281A18
RGB
CMYK
RGB Variations
Color information
#281A18 (or 0x281A18) is known color: Seal Brown. HEX triplet: 28, 1A and 18. RGB value is (40,26,24). Sum of RGB (Red+Green+Blue) = 40+26+24=90 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.44% from 90); Green value is 26 (10.55% from 255 or 28.89% from 90); Blue value is 24 (9.77% from 255 or 26.67% from 90); Max value from RGB is 40 - color contains mainly: red. Hex color #281A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281A18 is #D7E5E7. Grayscale: #1D1D1D. Windows color (decimal): -14149096 or 1579560. OLE color: 1579560.
HSL color Cylindrical-coordinate representation of color #281A18: hue angle of 7.5º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #281A18 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 26 | 24 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.84 |
| HSL | 7.5º | 0.25% | 0.13% | - |
| HSV(B) | 7.5º | 0.4% | 0.16% | - |
| XYZ | 1.41 | 1.26 | 1.03 | - |
| YUV | 29.96 | 124.64 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 24 | 0 | 0.35 | 0.40 | 0.84 | 7.5 | 0.25 | 0.13 |
| Hex | 28 | 1A | 18 | 0 | 23 | 28 | 54 | 8 | 19 | D |
| Octal | 50 | 32 | 30 | 0 | 43 | 50 | 124 | 10 | 31 | 15 |
| Binary | 101000 | 11010 | 11000 | 0 | 100011 | 101000 | 1010100 | 1000 | 11001 | 1101 |
Color Harmonies of #281A18
Complementary color
Monochromatic Colors of #281A18
Black with #281A18
Text Example
Text Example
White with #281A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281A18; }
p { color: rgb(40,26,24); }
H1.HeaderClassName
{
color: #281A18;
}
.AnyTagClassName
{
color: #281A18;
}
</style>
background-color css
<style>
a { background-color: #281A18; }
a { background-color: rgb(40,26,24); }
div.DivClassName
{
background-color: #281A18;
}
.BgClassName
{
background-color: #281A18;
}
</style>
border-color css
<style>
span { border-color: #281A18; }
span { border-color: rgb(40,26,24); }
td.TdClassName
{
border-color: #281A18;
}
.TagClassName
{
border-color: #281A18;
}
</style>