Shades of Seal Brown #1E0B00
Tints of Seal Brown #1E0B00
RGB
CMYK
RGB Variations
Color information
#1E0B00 (or 0x1E0B00) is known color: Seal Brown. HEX triplet: 1E, 0B and 00. RGB value is (30,11,0). Sum of RGB (Red+Green+Blue) = 30+11+0=41 (5% of max value = 765). Red value is 30 (12.11% from 255 or 73.17% from 41); Green value is 11 (4.69% from 255 or 26.83% from 41); Blue value is 0 (0.39% from 255 or 0% from 41); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0B00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0B00 is #E1F4FF. Grayscale: #0F0F0F. Windows color (decimal): -14808320 or 2846. OLE color: 2846.
HSL color Cylindrical-coordinate representation of color #1E0B00: hue angle of 22º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E0B00 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 11 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.88 |
| HSL | 22º | 1% | 0.06% | - |
| HSV(B) | 22º | 1% | 0.12% | - |
| XYZ | 0.66 | 0.52 | 0.06 | - |
| YUV | 15.43 | 119.29 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 11 | 0 | 0 | 0.63 | 1 | 0.88 | 22 | 1 | 0.06 |
| Hex | 1E | B | 0 | 0 | 3F | 64 | 58 | 16 | 64 | 6 |
| Octal | 36 | 13 | 0 | 0 | 77 | 144 | 130 | 26 | 144 | 6 |
| Binary | 11110 | 1011 | 0 | 0 | 111111 | 1100100 | 1011000 | 10110 | 1100100 | 110 |
Color Harmonies of #1E0B00
Complementary color
Monochromatic Colors of #1E0B00
Black with #1E0B00
Text Example
Text Example
White with #1E0B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0B00; }
p { color: rgb(30,11,0); }
H1.HeaderClassName
{
color: #1E0B00;
}
.AnyTagClassName
{
color: #1E0B00;
}
</style>
background-color css
<style>
a { background-color: #1E0B00; }
a { background-color: rgb(30,11,0); }
div.DivClassName
{
background-color: #1E0B00;
}
.BgClassName
{
background-color: #1E0B00;
}
</style>
border-color css
<style>
span { border-color: #1E0B00; }
span { border-color: rgb(30,11,0); }
td.TdClassName
{
border-color: #1E0B00;
}
.TagClassName
{
border-color: #1E0B00;
}
</style>