Shades of Seal Brown #30120E
Tints of Seal Brown #30120E
RGB
CMYK
RGB Variations
Color information
#30120E (or 0x30120E) is known color: Seal Brown. HEX triplet: 30, 12 and 0E. RGB value is (48,18,14). Sum of RGB (Red+Green+Blue) = 48+18+14=80 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60% from 80); Green value is 18 (7.42% from 255 or 22.5% from 80); Blue value is 14 (5.86% from 255 or 17.5% from 80); Max value from RGB is 48 - color contains mainly: red. Hex color #30120E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30120E is #CFEDF1. Grayscale: #1A1A1A. Windows color (decimal): -13626866 or 922160. OLE color: 922160.
HSL color Cylindrical-coordinate representation of color #30120E: hue angle of 7.06º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30120E is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 18 | 14 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.81 |
| HSL | 7.06º | 0.55% | 0.12% | - |
| HSV(B) | 7.06º | 0.71% | 0.19% | - |
| XYZ | 1.51 | 1.09 | 0.55 | - |
| YUV | 26.51 | 120.94 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 18 | 14 | 0 | 0.63 | 0.71 | 0.81 | 7.06 | 0.55 | 0.12 |
| Hex | 30 | 12 | E | 0 | 3F | 47 | 51 | 7 | 37 | C |
| Octal | 60 | 22 | 16 | 0 | 77 | 107 | 121 | 7 | 67 | 14 |
| Binary | 110000 | 10010 | 1110 | 0 | 111111 | 1000111 | 1010001 | 111 | 110111 | 1100 |
Color Harmonies of #30120E
Complementary color
Monochromatic Colors of #30120E
Black with #30120E
Text Example
Text Example
White with #30120E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30120E; }
p { color: rgb(48,18,14); }
H1.HeaderClassName
{
color: #30120E;
}
.AnyTagClassName
{
color: #30120E;
}
</style>
background-color css
<style>
a { background-color: #30120E; }
a { background-color: rgb(48,18,14); }
div.DivClassName
{
background-color: #30120E;
}
.BgClassName
{
background-color: #30120E;
}
</style>
border-color css
<style>
span { border-color: #30120E; }
span { border-color: rgb(48,18,14); }
td.TdClassName
{
border-color: #30120E;
}
.TagClassName
{
border-color: #30120E;
}
</style>