Shades of Seal Brown #1E0C06
Tints of Seal Brown #1E0C06
RGB
CMYK
RGB Variations
Color information
#1E0C06 (or 0x1E0C06) is known color: Seal Brown. HEX triplet: 1E, 0C and 06. RGB value is (30,12,6). Sum of RGB (Red+Green+Blue) = 30+12+6=48 (6% of max value = 765). Red value is 30 (12.11% from 255 or 62.5% from 48); Green value is 12 (5.08% from 255 or 25% from 48); Blue value is 6 (2.73% from 255 or 12.5% from 48); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0C06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0C06 is #E1F3F9. Grayscale: #101010. Windows color (decimal): -14808058 or 396318. OLE color: 396318.
HSL color Cylindrical-coordinate representation of color #1E0C06: hue angle of 15º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E0C06 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 12 | 6 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.88 |
| HSL | 15º | 0.67% | 0.07% | - |
| HSV(B) | 15º | 0.8% | 0.12% | - |
| XYZ | 0.7 | 0.55 | 0.24 | - |
| YUV | 16.7 | 121.96 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 12 | 6 | 0 | 0.60 | 0.80 | 0.88 | 15 | 0.67 | 0.07 |
| Hex | 1E | C | 6 | 0 | 3C | 50 | 58 | F | 43 | 7 |
| Octal | 36 | 14 | 6 | 0 | 74 | 120 | 130 | 17 | 103 | 7 |
| Binary | 11110 | 1100 | 110 | 0 | 111100 | 1010000 | 1011000 | 1111 | 1000011 | 111 |
Color Harmonies of #1E0C06
Complementary color
Monochromatic Colors of #1E0C06
Black with #1E0C06
Text Example
Text Example
White with #1E0C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0C06; }
p { color: rgb(30,12,6); }
H1.HeaderClassName
{
color: #1E0C06;
}
.AnyTagClassName
{
color: #1E0C06;
}
</style>
background-color css
<style>
a { background-color: #1E0C06; }
a { background-color: rgb(30,12,6); }
div.DivClassName
{
background-color: #1E0C06;
}
.BgClassName
{
background-color: #1E0C06;
}
</style>
border-color css
<style>
span { border-color: #1E0C06; }
span { border-color: rgb(30,12,6); }
td.TdClassName
{
border-color: #1E0C06;
}
.TagClassName
{
border-color: #1E0C06;
}
</style>