Shades of Seal Brown #300E05
Tints of Seal Brown #300E05
RGB
CMYK
RGB Variations
Color information
#300E05 (or 0x300E05) is known color: Seal Brown. HEX triplet: 30, 0E and 05. RGB value is (48,14,5). Sum of RGB (Red+Green+Blue) = 48+14+5=67 (8% of max value = 765). Red value is 48 (19.14% from 255 or 71.64% from 67); Green value is 14 (5.86% from 255 or 20.90% from 67); Blue value is 5 (2.34% from 255 or 7.46% from 67); Max value from RGB is 48 - color contains mainly: red. Hex color #300E05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300E05 is #CFF1FA. Grayscale: #171717. Windows color (decimal): -13627899 or 331312. OLE color: 331312.
HSL color Cylindrical-coordinate representation of color #300E05: hue angle of 12.56º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #300E05 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 14 | 5 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.81 |
| HSL | 12.56º | 0.81% | 0.1% | - |
| HSV(B) | 12.56º | 0.9% | 0.19% | - |
| XYZ | 1.4 | 0.95 | 0.25 | - |
| YUV | 23.14 | 117.76 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 14 | 5 | 0 | 0.71 | 0.90 | 0.81 | 12.56 | 0.81 | 0.1 |
| Hex | 30 | E | 5 | 0 | 47 | 5A | 51 | D | 51 | A |
| Octal | 60 | 16 | 5 | 0 | 107 | 132 | 121 | 15 | 121 | 12 |
| Binary | 110000 | 1110 | 101 | 0 | 1000111 | 1011010 | 1010001 | 1101 | 1010001 | 1010 |
Color Harmonies of #300E05
Complementary color
Monochromatic Colors of #300E05
Black with #300E05
Text Example
Text Example
White with #300E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300E05; }
p { color: rgb(48,14,5); }
H1.HeaderClassName
{
color: #300E05;
}
.AnyTagClassName
{
color: #300E05;
}
</style>
background-color css
<style>
a { background-color: #300E05; }
a { background-color: rgb(48,14,5); }
div.DivClassName
{
background-color: #300E05;
}
.BgClassName
{
background-color: #300E05;
}
</style>
border-color css
<style>
span { border-color: #300E05; }
span { border-color: rgb(48,14,5); }
td.TdClassName
{
border-color: #300E05;
}
.TagClassName
{
border-color: #300E05;
}
</style>