Shades of Seal Brown #30140D
Tints of Seal Brown #30140D
RGB
CMYK
RGB Variations
Color information
#30140D (or 0x30140D) is known color: Seal Brown. HEX triplet: 30, 14 and 0D. RGB value is (48,20,13). Sum of RGB (Red+Green+Blue) = 48+20+13=81 (10% of max value = 765). Red value is 48 (19.14% from 255 or 59.26% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 48 - color contains mainly: red. Hex color #30140D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30140D is #CFEBF2. Grayscale: #1B1B1B. Windows color (decimal): -13626355 or 857136. OLE color: 857136.
HSL color Cylindrical-coordinate representation of color #30140D: hue angle of 12º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30140D is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 20 | 13 | - |
| CMYK | 0 | 0.58 | 0.73 | 0.81 |
| HSL | 12º | 0.57% | 0.12% | - |
| HSV(B) | 12º | 0.73% | 0.19% | - |
| XYZ | 1.54 | 1.16 | 0.52 | - |
| YUV | 27.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 20 | 13 | 0 | 0.58 | 0.73 | 0.81 | 12 | 0.57 | 0.12 |
| Hex | 30 | 14 | D | 0 | 3A | 49 | 51 | C | 39 | C |
| Octal | 60 | 24 | 15 | 0 | 72 | 111 | 121 | 14 | 71 | 14 |
| Binary | 110000 | 10100 | 1101 | 0 | 111010 | 1001001 | 1010001 | 1100 | 111001 | 1100 |
Color Harmonies of #30140D
Complementary color
Monochromatic Colors of #30140D
Black with #30140D
Text Example
Text Example
White with #30140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30140D; }
p { color: rgb(48,20,13); }
H1.HeaderClassName
{
color: #30140D;
}
.AnyTagClassName
{
color: #30140D;
}
</style>
background-color css
<style>
a { background-color: #30140D; }
a { background-color: rgb(48,20,13); }
div.DivClassName
{
background-color: #30140D;
}
.BgClassName
{
background-color: #30140D;
}
</style>
border-color css
<style>
span { border-color: #30140D; }
span { border-color: rgb(48,20,13); }
td.TdClassName
{
border-color: #30140D;
}
.TagClassName
{
border-color: #30140D;
}
</style>