Shades of Seal Brown #300F04
Tints of Seal Brown #300F04
RGB
CMYK
RGB Variations
Color information
#300F04 (or 0x300F04) is known color: Seal Brown. HEX triplet: 30, 0F and 04. RGB value is (48,15,4). Sum of RGB (Red+Green+Blue) = 48+15+4=67 (8% of max value = 765). Red value is 48 (19.14% from 255 or 71.64% from 67); Green value is 15 (6.25% from 255 or 22.39% from 67); Blue value is 4 (1.95% from 255 or 5.97% from 67); Max value from RGB is 48 - color contains mainly: red. Hex color #300F04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300F04 is #CFF0FB. Grayscale: #171717. Windows color (decimal): -13627644 or 266032. OLE color: 266032.
HSL color Cylindrical-coordinate representation of color #300F04: hue angle of 15º 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 #300F04 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 15 | 4 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.81 |
| HSL | 15º | 0.85% | 0.1% | - |
| HSV(B) | 15º | 0.92% | 0.19% | - |
| XYZ | 1.41 | 0.98 | 0.23 | - |
| YUV | 23.61 | 116.93 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 15 | 4 | 0 | 0.69 | 0.92 | 0.81 | 15 | 0.85 | 0.1 |
| Hex | 30 | F | 4 | 0 | 45 | 5C | 51 | F | 55 | A |
| Octal | 60 | 17 | 4 | 0 | 105 | 134 | 121 | 17 | 125 | 12 |
| Binary | 110000 | 1111 | 100 | 0 | 1000101 | 1011100 | 1010001 | 1111 | 1010101 | 1010 |
Color Harmonies of #300F04
Complementary color
Monochromatic Colors of #300F04
Black with #300F04
Text Example
Text Example
White with #300F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300F04; }
p { color: rgb(48,15,4); }
H1.HeaderClassName
{
color: #300F04;
}
.AnyTagClassName
{
color: #300F04;
}
</style>
background-color css
<style>
a { background-color: #300F04; }
a { background-color: rgb(48,15,4); }
div.DivClassName
{
background-color: #300F04;
}
.BgClassName
{
background-color: #300F04;
}
</style>
border-color css
<style>
span { border-color: #300F04; }
span { border-color: rgb(48,15,4); }
td.TdClassName
{
border-color: #300F04;
}
.TagClassName
{
border-color: #300F04;
}
</style>