Shades of Seal Brown #30120C
Tints of Seal Brown #30120C
RGB
CMYK
RGB Variations
Color information
#30120C (or 0x30120C) is known color: Seal Brown. HEX triplet: 30, 12 and 0C. RGB value is (48,18,12). Sum of RGB (Red+Green+Blue) = 48+18+12=78 (10% of max value = 765). Red value is 48 (19.14% from 255 or 61.54% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 48 - color contains mainly: red. Hex color #30120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30120C is #CFEDF3. Grayscale: #1A1A1A. Windows color (decimal): -13626868 or 791088. OLE color: 791088.
HSL color Cylindrical-coordinate representation of color #30120C: hue angle of 10º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30120C is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 18 | 12 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.81 |
| HSL | 10º | 0.6% | 0.12% | - |
| HSV(B) | 10º | 0.75% | 0.19% | - |
| XYZ | 1.5 | 1.09 | 0.48 | - |
| YUV | 26.29 | 119.94 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 18 | 12 | 0 | 0.63 | 0.75 | 0.81 | 10 | 0.6 | 0.12 |
| Hex | 30 | 12 | C | 0 | 3F | 4B | 51 | A | 3C | C |
| Octal | 60 | 22 | 14 | 0 | 77 | 113 | 121 | 12 | 74 | 14 |
| Binary | 110000 | 10010 | 1100 | 0 | 111111 | 1001011 | 1010001 | 1010 | 111100 | 1100 |
Color Harmonies of #30120C
Complementary color
Monochromatic Colors of #30120C
Black with #30120C
Text Example
Text Example
White with #30120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30120C; }
p { color: rgb(48,18,12); }
H1.HeaderClassName
{
color: #30120C;
}
.AnyTagClassName
{
color: #30120C;
}
</style>
background-color css
<style>
a { background-color: #30120C; }
a { background-color: rgb(48,18,12); }
div.DivClassName
{
background-color: #30120C;
}
.BgClassName
{
background-color: #30120C;
}
</style>
border-color css
<style>
span { border-color: #30120C; }
span { border-color: rgb(48,18,12); }
td.TdClassName
{
border-color: #30120C;
}
.TagClassName
{
border-color: #30120C;
}
</style>