Shades of Seal Brown #301004
Tints of Seal Brown #301004
RGB
CMYK
RGB Variations
Color information
#301004 (or 0x301004) is known color: Seal Brown. HEX triplet: 30, 10 and 04. RGB value is (48,16,4). Sum of RGB (Red+Green+Blue) = 48+16+4=68 (9% of max value = 765). Red value is 48 (19.14% from 255 or 70.59% from 68); Green value is 16 (6.64% from 255 or 23.53% from 68); Blue value is 4 (1.95% from 255 or 5.88% from 68); Max value from RGB is 48 - color contains mainly: red. Hex color #301004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301004 is #CFEFFB. Grayscale: #181818. Windows color (decimal): -13627388 or 266288. OLE color: 266288.
HSL color Cylindrical-coordinate representation of color #301004: hue angle of 16.36º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #301004 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 16 | 4 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.81 |
| HSL | 16.36º | 0.85% | 0.1% | - |
| HSV(B) | 16.36º | 0.92% | 0.19% | - |
| XYZ | 1.43 | 1.01 | 0.23 | - |
| YUV | 24.2 | 116.6 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 16 | 4 | 0 | 0.67 | 0.92 | 0.81 | 16.36 | 0.85 | 0.1 |
| Hex | 30 | 10 | 4 | 0 | 43 | 5C | 51 | 10 | 55 | A |
| Octal | 60 | 20 | 4 | 0 | 103 | 134 | 121 | 20 | 125 | 12 |
| Binary | 110000 | 10000 | 100 | 0 | 1000011 | 1011100 | 1010001 | 10000 | 1010101 | 1010 |
Color Harmonies of #301004
Complementary color
Monochromatic Colors of #301004
Black with #301004
Text Example
Text Example
White with #301004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301004; }
p { color: rgb(48,16,4); }
H1.HeaderClassName
{
color: #301004;
}
.AnyTagClassName
{
color: #301004;
}
</style>
background-color css
<style>
a { background-color: #301004; }
a { background-color: rgb(48,16,4); }
div.DivClassName
{
background-color: #301004;
}
.BgClassName
{
background-color: #301004;
}
</style>
border-color css
<style>
span { border-color: #301004; }
span { border-color: rgb(48,16,4); }
td.TdClassName
{
border-color: #301004;
}
.TagClassName
{
border-color: #301004;
}
</style>