Shades of Seal Brown #300A05
Tints of Seal Brown #300A05
RGB
CMYK
RGB Variations
Color information
#300A05 (or 0x300A05) is known color: Seal Brown. HEX triplet: 30, 0A and 05. RGB value is (48,10,5). Sum of RGB (Red+Green+Blue) = 48+10+5=63 (8% of max value = 765). Red value is 48 (19.14% from 255 or 76.19% from 63); Green value is 10 (4.30% from 255 or 15.87% from 63); Blue value is 5 (2.34% from 255 or 7.94% from 63); Max value from RGB is 48 - color contains mainly: red. Hex color #300A05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300A05 is #CFF5FA. Grayscale: #141414. Windows color (decimal): -13628923 or 330288. OLE color: 330288.
HSL color Cylindrical-coordinate representation of color #300A05: hue angle of 6.98º 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 #300A05 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 10 | 5 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.81 |
| HSL | 6.98º | 0.81% | 0.1% | - |
| HSV(B) | 6.98º | 0.9% | 0.19% | - |
| XYZ | 1.35 | 0.86 | 0.24 | - |
| YUV | 20.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 10 | 5 | 0 | 0.79 | 0.90 | 0.81 | 6.98 | 0.81 | 0.1 |
| Hex | 30 | A | 5 | 0 | 4F | 5A | 51 | 7 | 51 | A |
| Octal | 60 | 12 | 5 | 0 | 117 | 132 | 121 | 7 | 121 | 12 |
| Binary | 110000 | 1010 | 101 | 0 | 1001111 | 1011010 | 1010001 | 111 | 1010001 | 1010 |
Color Harmonies of #300A05
Complementary color
Monochromatic Colors of #300A05
Black with #300A05
Text Example
Text Example
White with #300A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300A05; }
p { color: rgb(48,10,5); }
H1.HeaderClassName
{
color: #300A05;
}
.AnyTagClassName
{
color: #300A05;
}
</style>
background-color css
<style>
a { background-color: #300A05; }
a { background-color: rgb(48,10,5); }
div.DivClassName
{
background-color: #300A05;
}
.BgClassName
{
background-color: #300A05;
}
</style>
border-color css
<style>
span { border-color: #300A05; }
span { border-color: rgb(48,10,5); }
td.TdClassName
{
border-color: #300A05;
}
.TagClassName
{
border-color: #300A05;
}
</style>