Shades of Seal Brown #300A04
Tints of Seal Brown #300A04
RGB
CMYK
RGB Variations
Color information
#300A04 (or 0x300A04) is known color: Seal Brown. HEX triplet: 30, 0A and 04. RGB value is (48,10,4). Sum of RGB (Red+Green+Blue) = 48+10+4=62 (8% of max value = 765). Red value is 48 (19.14% from 255 or 77.42% from 62); Green value is 10 (4.30% from 255 or 16.13% from 62); Blue value is 4 (1.95% from 255 or 6.45% from 62); Max value from RGB is 48 - color contains mainly: red. Hex color #300A04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300A04 is #CFF5FB. Grayscale: #141414. Windows color (decimal): -13628924 or 264752. OLE color: 264752.
HSL color Cylindrical-coordinate representation of color #300A04: hue angle of 8.18º 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 #300A04 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 10 | 4 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.81 |
| HSL | 8.18º | 0.85% | 0.1% | - |
| HSV(B) | 8.18º | 0.92% | 0.19% | - |
| XYZ | 1.35 | 0.85 | 0.21 | - |
| YUV | 20.68 | 118.59 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 10 | 4 | 0 | 0.79 | 0.92 | 0.81 | 8.18 | 0.85 | 0.1 |
| Hex | 30 | A | 4 | 0 | 4F | 5C | 51 | 8 | 55 | A |
| Octal | 60 | 12 | 4 | 0 | 117 | 134 | 121 | 10 | 125 | 12 |
| Binary | 110000 | 1010 | 100 | 0 | 1001111 | 1011100 | 1010001 | 1000 | 1010101 | 1010 |
Color Harmonies of #300A04
Complementary color
Monochromatic Colors of #300A04
Black with #300A04
Text Example
Text Example
White with #300A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300A04; }
p { color: rgb(48,10,4); }
H1.HeaderClassName
{
color: #300A04;
}
.AnyTagClassName
{
color: #300A04;
}
</style>
background-color css
<style>
a { background-color: #300A04; }
a { background-color: rgb(48,10,4); }
div.DivClassName
{
background-color: #300A04;
}
.BgClassName
{
background-color: #300A04;
}
</style>
border-color css
<style>
span { border-color: #300A04; }
span { border-color: rgb(48,10,4); }
td.TdClassName
{
border-color: #300A04;
}
.TagClassName
{
border-color: #300A04;
}
</style>