Shades of Seal Brown #1B0E0D
Tints of Seal Brown #1B0E0D
RGB
CMYK
RGB Variations
Color information
#1B0E0D (or 0x1B0E0D) is known color: Seal Brown. HEX triplet: 1B, 0E and 0D. RGB value is (27,14,13). Sum of RGB (Red+Green+Blue) = 27+14+13=54 (7% of max value = 765). Red value is 27 (10.94% from 255 or 50% from 54); Green value is 14 (5.86% from 255 or 25.93% from 54); Blue value is 13 (5.47% from 255 or 24.07% from 54); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0E0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0E0D is #E4F1F2. Grayscale: #111111. Windows color (decimal): -15004147 or 855579. OLE color: 855579.
HSL color Cylindrical-coordinate representation of color #1B0E0D: hue angle of 4.29º degrees, saturation: 0.35, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1B0E0D is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 14 | 13 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.89 |
| HSL | 4.29º | 0.35% | 0.08% | - |
| HSV(B) | 4.29º | 0.52% | 0.11% | - |
| XYZ | 0.68 | 0.58 | 0.46 | - |
| YUV | 17.77 | 125.31 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 14 | 13 | 0 | 0.48 | 0.52 | 0.89 | 4.29 | 0.35 | 0.08 |
| Hex | 1B | E | D | 0 | 30 | 34 | 59 | 4 | 23 | 8 |
| Octal | 33 | 16 | 15 | 0 | 60 | 64 | 131 | 4 | 43 | 10 |
| Binary | 11011 | 1110 | 1101 | 0 | 110000 | 110100 | 1011001 | 100 | 100011 | 1000 |
Color Harmonies of #1B0E0D
Complementary color
Monochromatic Colors of #1B0E0D
Black with #1B0E0D
Text Example
Text Example
White with #1B0E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0E0D; }
p { color: rgb(27,14,13); }
H1.HeaderClassName
{
color: #1B0E0D;
}
.AnyTagClassName
{
color: #1B0E0D;
}
</style>
background-color css
<style>
a { background-color: #1B0E0D; }
a { background-color: rgb(27,14,13); }
div.DivClassName
{
background-color: #1B0E0D;
}
.BgClassName
{
background-color: #1B0E0D;
}
</style>
border-color css
<style>
span { border-color: #1B0E0D; }
span { border-color: rgb(27,14,13); }
td.TdClassName
{
border-color: #1B0E0D;
}
.TagClassName
{
border-color: #1B0E0D;
}
</style>