Shades of Seal Brown #1E0D0B
Tints of Seal Brown #1E0D0B
RGB
CMYK
RGB Variations
Color information
#1E0D0B (or 0x1E0D0B) is known color: Seal Brown. HEX triplet: 1E, 0D and 0B. RGB value is (30,13,11). Sum of RGB (Red+Green+Blue) = 30+13+11=54 (7% of max value = 765). Red value is 30 (12.11% from 255 or 55.56% from 54); Green value is 13 (5.47% from 255 or 24.07% from 54); Blue value is 11 (4.69% from 255 or 20.37% from 54); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0D0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0D0B is #E1F2F4. Grayscale: #111111. Windows color (decimal): -14807797 or 724254. OLE color: 724254.
HSL color Cylindrical-coordinate representation of color #1E0D0B: hue angle of 6.32º degrees, saturation: 0.46, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E0D0B is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 13 | 11 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.88 |
| HSL | 6.32º | 0.46% | 0.08% | - |
| HSV(B) | 6.32º | 0.63% | 0.12% | - |
| XYZ | 0.74 | 0.59 | 0.39 | - |
| YUV | 17.86 | 124.13 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 13 | 11 | 0 | 0.57 | 0.63 | 0.88 | 6.32 | 0.46 | 0.08 |
| Hex | 1E | D | B | 0 | 39 | 3F | 58 | 6 | 2E | 8 |
| Octal | 36 | 15 | 13 | 0 | 71 | 77 | 130 | 6 | 56 | 10 |
| Binary | 11110 | 1101 | 1011 | 0 | 111001 | 111111 | 1011000 | 110 | 101110 | 1000 |
Color Harmonies of #1E0D0B
Complementary color
Monochromatic Colors of #1E0D0B
Black with #1E0D0B
Text Example
Text Example
White with #1E0D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0D0B; }
p { color: rgb(30,13,11); }
H1.HeaderClassName
{
color: #1E0D0B;
}
.AnyTagClassName
{
color: #1E0D0B;
}
</style>
background-color css
<style>
a { background-color: #1E0D0B; }
a { background-color: rgb(30,13,11); }
div.DivClassName
{
background-color: #1E0D0B;
}
.BgClassName
{
background-color: #1E0D0B;
}
</style>
border-color css
<style>
span { border-color: #1E0D0B; }
span { border-color: rgb(30,13,11); }
td.TdClassName
{
border-color: #1E0D0B;
}
.TagClassName
{
border-color: #1E0D0B;
}
</style>