Shades of Seal Brown #300A03
Tints of Seal Brown #300A03
RGB
CMYK
RGB Variations
Color information
#300A03 (or 0x300A03) is known color: Seal Brown. HEX triplet: 30, 0A and 03. RGB value is (48,10,3). Sum of RGB (Red+Green+Blue) = 48+10+3=61 (8% of max value = 765). Red value is 48 (19.14% from 255 or 78.69% from 61); Green value is 10 (4.30% from 255 or 16.39% from 61); Blue value is 3 (1.56% from 255 or 4.92% from 61); Max value from RGB is 48 - color contains mainly: red. Hex color #300A03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300A03 is #CFF5FC. Grayscale: #141414. Windows color (decimal): -13628925 or 199216. OLE color: 199216.
HSL color Cylindrical-coordinate representation of color #300A03: hue angle of 9.33º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300A03 is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 10 | 3 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.81 |
| HSL | 9.33º | 0.88% | 0.1% | - |
| HSV(B) | 9.33º | 0.94% | 0.19% | - |
| XYZ | 1.34 | 0.85 | 0.18 | - |
| YUV | 20.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 10 | 3 | 0 | 0.79 | 0.94 | 0.81 | 9.33 | 0.88 | 0.1 |
| Hex | 30 | A | 3 | 0 | 4F | 5E | 51 | 9 | 58 | A |
| Octal | 60 | 12 | 3 | 0 | 117 | 136 | 121 | 11 | 130 | 12 |
| Binary | 110000 | 1010 | 11 | 0 | 1001111 | 1011110 | 1010001 | 1001 | 1011000 | 1010 |
Color Harmonies of #300A03
Complementary color
Monochromatic Colors of #300A03
Black with #300A03
Text Example
Text Example
White with #300A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300A03; }
p { color: rgb(48,10,3); }
H1.HeaderClassName
{
color: #300A03;
}
.AnyTagClassName
{
color: #300A03;
}
</style>
background-color css
<style>
a { background-color: #300A03; }
a { background-color: rgb(48,10,3); }
div.DivClassName
{
background-color: #300A03;
}
.BgClassName
{
background-color: #300A03;
}
</style>
border-color css
<style>
span { border-color: #300A03; }
span { border-color: rgb(48,10,3); }
td.TdClassName
{
border-color: #300A03;
}
.TagClassName
{
border-color: #300A03;
}
</style>