Shades of Seal Brown #1E0B05
Tints of Seal Brown #1E0B05
RGB
CMYK
RGB Variations
Color information
#1E0B05 (or 0x1E0B05) is known color: Seal Brown. HEX triplet: 1E, 0B and 05. RGB value is (30,11,5). Sum of RGB (Red+Green+Blue) = 30+11+5=46 (6% of max value = 765). Red value is 30 (12.11% from 255 or 65.22% from 46); Green value is 11 (4.69% from 255 or 23.91% from 46); Blue value is 5 (2.34% from 255 or 10.87% from 46); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0B05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0B05 is #E1F4FA. Grayscale: #101010. Windows color (decimal): -14808315 or 330526. OLE color: 330526.
HSL color Cylindrical-coordinate representation of color #1E0B05: hue angle of 14.4º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E0B05 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 11 | 5 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.88 |
| HSL | 14.4º | 0.71% | 0.07% | - |
| HSV(B) | 14.4º | 0.83% | 0.12% | - |
| XYZ | 0.68 | 0.53 | 0.21 | - |
| YUV | 16 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 11 | 5 | 0 | 0.63 | 0.83 | 0.88 | 14.4 | 0.71 | 0.07 |
| Hex | 1E | B | 5 | 0 | 3F | 53 | 58 | E | 47 | 7 |
| Octal | 36 | 13 | 5 | 0 | 77 | 123 | 130 | 16 | 107 | 7 |
| Binary | 11110 | 1011 | 101 | 0 | 111111 | 1010011 | 1011000 | 1110 | 1000111 | 111 |
Color Harmonies of #1E0B05
Complementary color
Monochromatic Colors of #1E0B05
Black with #1E0B05
Text Example
Text Example
White with #1E0B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0B05; }
p { color: rgb(30,11,5); }
H1.HeaderClassName
{
color: #1E0B05;
}
.AnyTagClassName
{
color: #1E0B05;
}
</style>
background-color css
<style>
a { background-color: #1E0B05; }
a { background-color: rgb(30,11,5); }
div.DivClassName
{
background-color: #1E0B05;
}
.BgClassName
{
background-color: #1E0B05;
}
</style>
border-color css
<style>
span { border-color: #1E0B05; }
span { border-color: rgb(30,11,5); }
td.TdClassName
{
border-color: #1E0B05;
}
.TagClassName
{
border-color: #1E0B05;
}
</style>