Shades of Seal Brown #1B0E09
Tints of Seal Brown #1B0E09
RGB
CMYK
RGB Variations
Color information
#1B0E09 (or 0x1B0E09) is known color: Seal Brown. HEX triplet: 1B, 0E and 09. RGB value is (27,14,9). Sum of RGB (Red+Green+Blue) = 27+14+9=50 (6% of max value = 765). Red value is 27 (10.94% from 255 or 54% from 50); Green value is 14 (5.86% from 255 or 28% from 50); Blue value is 9 (3.91% from 255 or 18% from 50); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0E09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0E09 is #E4F1F6. Grayscale: #111111. Windows color (decimal): -15004151 or 593435. OLE color: 593435.
HSL color Cylindrical-coordinate representation of color #1B0E09: hue angle of 16.67º degrees, saturation: 0.5, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B0E09 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 14 | 9 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.89 |
| HSL | 16.67º | 0.5% | 0.07% | - |
| HSV(B) | 16.67º | 0.67% | 0.11% | - |
| XYZ | 0.66 | 0.57 | 0.33 | - |
| YUV | 17.32 | 123.31 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 14 | 9 | 0 | 0.48 | 0.67 | 0.89 | 16.67 | 0.5 | 0.07 |
| Hex | 1B | E | 9 | 0 | 30 | 43 | 59 | 11 | 32 | 7 |
| Octal | 33 | 16 | 11 | 0 | 60 | 103 | 131 | 21 | 62 | 7 |
| Binary | 11011 | 1110 | 1001 | 0 | 110000 | 1000011 | 1011001 | 10001 | 110010 | 111 |
Color Harmonies of #1B0E09
Complementary color
Monochromatic Colors of #1B0E09
Black with #1B0E09
Text Example
Text Example
White with #1B0E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0E09; }
p { color: rgb(27,14,9); }
H1.HeaderClassName
{
color: #1B0E09;
}
.AnyTagClassName
{
color: #1B0E09;
}
</style>
background-color css
<style>
a { background-color: #1B0E09; }
a { background-color: rgb(27,14,9); }
div.DivClassName
{
background-color: #1B0E09;
}
.BgClassName
{
background-color: #1B0E09;
}
</style>
border-color css
<style>
span { border-color: #1B0E09; }
span { border-color: rgb(27,14,9); }
td.TdClassName
{
border-color: #1B0E09;
}
.TagClassName
{
border-color: #1B0E09;
}
</style>