Shades of Seal Brown #300A09
Tints of Seal Brown #300A09
RGB
CMYK
RGB Variations
Color information
#300A09 (or 0x300A09) is known color: Seal Brown. HEX triplet: 30, 0A and 09. RGB value is (48,10,9). Sum of RGB (Red+Green+Blue) = 48+10+9=67 (8% of max value = 765). Red value is 48 (19.14% from 255 or 71.64% from 67); Green value is 10 (4.30% from 255 or 14.93% from 67); Blue value is 9 (3.91% from 255 or 13.43% from 67); Max value from RGB is 48 - color contains mainly: red. Hex color #300A09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300A09 is #CFF5F6. Grayscale: #151515. Windows color (decimal): -13628919 or 592432. OLE color: 592432.
HSL color Cylindrical-coordinate representation of color #300A09: hue angle of 1.54º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #300A09 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 10 | 9 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.81 |
| HSL | 1.54º | 0.68% | 0.11% | - |
| HSV(B) | 1.54º | 0.81% | 0.19% | - |
| XYZ | 1.38 | 0.87 | 0.35 | - |
| YUV | 21.25 | 121.09 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 10 | 9 | 0 | 0.79 | 0.81 | 0.81 | 1.54 | 0.68 | 0.11 |
| Hex | 30 | A | 9 | 0 | 4F | 51 | 51 | 2 | 44 | B |
| Octal | 60 | 12 | 11 | 0 | 117 | 121 | 121 | 2 | 104 | 13 |
| Binary | 110000 | 1010 | 1001 | 0 | 1001111 | 1010001 | 1010001 | 10 | 1000100 | 1011 |
Color Harmonies of #300A09
Complementary color
Monochromatic Colors of #300A09
Black with #300A09
Text Example
Text Example
White with #300A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300A09; }
p { color: rgb(48,10,9); }
H1.HeaderClassName
{
color: #300A09;
}
.AnyTagClassName
{
color: #300A09;
}
</style>
background-color css
<style>
a { background-color: #300A09; }
a { background-color: rgb(48,10,9); }
div.DivClassName
{
background-color: #300A09;
}
.BgClassName
{
background-color: #300A09;
}
</style>
border-color css
<style>
span { border-color: #300A09; }
span { border-color: rgb(48,10,9); }
td.TdClassName
{
border-color: #300A09;
}
.TagClassName
{
border-color: #300A09;
}
</style>