Shades of Seal Brown #30130D
Tints of Seal Brown #30130D
RGB
CMYK
RGB Variations
Color information
#30130D (or 0x30130D) is known color: Seal Brown. HEX triplet: 30, 13 and 0D. RGB value is (48,19,13). Sum of RGB (Red+Green+Blue) = 48+19+13=80 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 13 (5.47% from 255 or 16.25% from 80); Max value from RGB is 48 - color contains mainly: red. Hex color #30130D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30130D is #CFECF2. Grayscale: #1B1B1B. Windows color (decimal): -13626611 or 856880. OLE color: 856880.
HSL color Cylindrical-coordinate representation of color #30130D: hue angle of 10.29º 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 #30130D is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 19 | 13 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.81 |
| HSL | 10.29º | 0.57% | 0.12% | - |
| HSV(B) | 10.29º | 0.73% | 0.19% | - |
| XYZ | 1.52 | 1.12 | 0.52 | - |
| YUV | 26.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 19 | 13 | 0 | 0.60 | 0.73 | 0.81 | 10.29 | 0.57 | 0.12 |
| Hex | 30 | 13 | D | 0 | 3C | 49 | 51 | A | 39 | C |
| Octal | 60 | 23 | 15 | 0 | 74 | 111 | 121 | 12 | 71 | 14 |
| Binary | 110000 | 10011 | 1101 | 0 | 111100 | 1001001 | 1010001 | 1010 | 111001 | 1100 |
Color Harmonies of #30130D
Complementary color
Monochromatic Colors of #30130D
Black with #30130D
Text Example
Text Example
White with #30130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30130D; }
p { color: rgb(48,19,13); }
H1.HeaderClassName
{
color: #30130D;
}
.AnyTagClassName
{
color: #30130D;
}
</style>
background-color css
<style>
a { background-color: #30130D; }
a { background-color: rgb(48,19,13); }
div.DivClassName
{
background-color: #30130D;
}
.BgClassName
{
background-color: #30130D;
}
</style>
border-color css
<style>
span { border-color: #30130D; }
span { border-color: rgb(48,19,13); }
td.TdClassName
{
border-color: #30130D;
}
.TagClassName
{
border-color: #30130D;
}
</style>