Shades of Seal Brown #281B19
Tints of Seal Brown #281B19
RGB
CMYK
RGB Variations
Color information
#281B19 (or 0x281B19) is known color: Seal Brown. HEX triplet: 28, 1B and 19. RGB value is (40,27,25). Sum of RGB (Red+Green+Blue) = 40+27+25=92 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.48% from 92); Green value is 27 (10.94% from 255 or 29.35% from 92); Blue value is 25 (10.16% from 255 or 27.17% from 92); Max value from RGB is 40 - color contains mainly: red. Hex color #281B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281B19 is #D7E4E6. Grayscale: #1E1E1E. Windows color (decimal): -14148839 or 1645352. OLE color: 1645352.
HSL color Cylindrical-coordinate representation of color #281B19: hue angle of 8º degrees, saturation: 0.23, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #281B19 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 27 | 25 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.84 |
| HSL | 8º | 0.23% | 0.13% | - |
| HSV(B) | 8º | 0.38% | 0.16% | - |
| XYZ | 1.44 | 1.31 | 1.1 | - |
| YUV | 30.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 27 | 25 | 0 | 0.33 | 0.38 | 0.84 | 8 | 0.23 | 0.13 |
| Hex | 28 | 1B | 19 | 0 | 21 | 26 | 54 | 8 | 17 | D |
| Octal | 50 | 33 | 31 | 0 | 41 | 46 | 124 | 10 | 27 | 15 |
| Binary | 101000 | 11011 | 11001 | 0 | 100001 | 100110 | 1010100 | 1000 | 10111 | 1101 |
Color Harmonies of #281B19
Complementary color
Monochromatic Colors of #281B19
Black with #281B19
Text Example
Text Example
White with #281B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281B19; }
p { color: rgb(40,27,25); }
H1.HeaderClassName
{
color: #281B19;
}
.AnyTagClassName
{
color: #281B19;
}
</style>
background-color css
<style>
a { background-color: #281B19; }
a { background-color: rgb(40,27,25); }
div.DivClassName
{
background-color: #281B19;
}
.BgClassName
{
background-color: #281B19;
}
</style>
border-color css
<style>
span { border-color: #281B19; }
span { border-color: rgb(40,27,25); }
td.TdClassName
{
border-color: #281B19;
}
.TagClassName
{
border-color: #281B19;
}
</style>