Shades of Seal Brown #1E0D08
Tints of Seal Brown #1E0D08
RGB
CMYK
RGB Variations
Color information
#1E0D08 (or 0x1E0D08) is known color: Seal Brown. HEX triplet: 1E, 0D and 08. RGB value is (30,13,8). Sum of RGB (Red+Green+Blue) = 30+13+8=51 (6% of max value = 765). Red value is 30 (12.11% from 255 or 58.82% from 51); Green value is 13 (5.47% from 255 or 25.49% from 51); Blue value is 8 (3.52% from 255 or 15.69% from 51); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0D08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0D08 is #E1F2F7. Grayscale: #111111. Windows color (decimal): -14807800 or 527646. OLE color: 527646.
HSL color Cylindrical-coordinate representation of color #1E0D08: hue angle of 13.64º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E0D08 is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 13 | 8 | - |
| CMYK | 0 | 0.57 | 0.73 | 0.88 |
| HSL | 13.64º | 0.58% | 0.07% | - |
| HSV(B) | 13.64º | 0.73% | 0.12% | - |
| XYZ | 0.72 | 0.58 | 0.3 | - |
| YUV | 17.51 | 122.63 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 13 | 8 | 0 | 0.57 | 0.73 | 0.88 | 13.64 | 0.58 | 0.07 |
| Hex | 1E | D | 8 | 0 | 39 | 49 | 58 | E | 3A | 7 |
| Octal | 36 | 15 | 10 | 0 | 71 | 111 | 130 | 16 | 72 | 7 |
| Binary | 11110 | 1101 | 1000 | 0 | 111001 | 1001001 | 1011000 | 1110 | 111010 | 111 |
Color Harmonies of #1E0D08
Complementary color
Monochromatic Colors of #1E0D08
Black with #1E0D08
Text Example
Text Example
White with #1E0D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0D08; }
p { color: rgb(30,13,8); }
H1.HeaderClassName
{
color: #1E0D08;
}
.AnyTagClassName
{
color: #1E0D08;
}
</style>
background-color css
<style>
a { background-color: #1E0D08; }
a { background-color: rgb(30,13,8); }
div.DivClassName
{
background-color: #1E0D08;
}
.BgClassName
{
background-color: #1E0D08;
}
</style>
border-color css
<style>
span { border-color: #1E0D08; }
span { border-color: rgb(30,13,8); }
td.TdClassName
{
border-color: #1E0D08;
}
.TagClassName
{
border-color: #1E0D08;
}
</style>