Shades of Seal Brown #301311
Tints of Seal Brown #301311
RGB
CMYK
RGB Variations
Color information
#301311 (or 0x301311) is known color: Seal Brown. HEX triplet: 30, 13 and 11. RGB value is (48,19,17). Sum of RGB (Red+Green+Blue) = 48+19+17=84 (11% of max value = 765). Red value is 48 (19.14% from 255 or 57.14% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 17 (7.03% from 255 or 20.24% from 84); Max value from RGB is 48 - color contains mainly: red. Hex color #301311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301311 is #CFECEE. Grayscale: #1B1B1B. Windows color (decimal): -13626607 or 1119024. OLE color: 1119024.
HSL color Cylindrical-coordinate representation of color #301311: hue angle of 3.87º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #301311 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 19 | 17 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.81 |
| HSL | 3.87º | 0.48% | 0.13% | - |
| HSV(B) | 3.87º | 0.65% | 0.19% | - |
| XYZ | 1.55 | 1.13 | 0.67 | - |
| YUV | 27.44 | 122.11 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 19 | 17 | 0 | 0.60 | 0.65 | 0.81 | 3.87 | 0.48 | 0.13 |
| Hex | 30 | 13 | 11 | 0 | 3C | 41 | 51 | 4 | 30 | D |
| Octal | 60 | 23 | 21 | 0 | 74 | 101 | 121 | 4 | 60 | 15 |
| Binary | 110000 | 10011 | 10001 | 0 | 111100 | 1000001 | 1010001 | 100 | 110000 | 1101 |
Color Harmonies of #301311
Complementary color
Monochromatic Colors of #301311
Black with #301311
Text Example
Text Example
White with #301311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301311; }
p { color: rgb(48,19,17); }
H1.HeaderClassName
{
color: #301311;
}
.AnyTagClassName
{
color: #301311;
}
</style>
background-color css
<style>
a { background-color: #301311; }
a { background-color: rgb(48,19,17); }
div.DivClassName
{
background-color: #301311;
}
.BgClassName
{
background-color: #301311;
}
</style>
border-color css
<style>
span { border-color: #301311; }
span { border-color: rgb(48,19,17); }
td.TdClassName
{
border-color: #301311;
}
.TagClassName
{
border-color: #301311;
}
</style>