Shades of Seal Brown #300A02
Tints of Seal Brown #300A02
RGB
CMYK
RGB Variations
Color information
#300A02 (or 0x300A02) is known color: Seal Brown. HEX triplet: 30, 0A and 02. RGB value is (48,10,2). Sum of RGB (Red+Green+Blue) = 48+10+2=60 (7% of max value = 765). Red value is 48 (19.14% from 255 or 80% from 60); Green value is 10 (4.30% from 255 or 16.67% from 60); Blue value is 2 (1.17% from 255 or 3.33% from 60); Max value from RGB is 48 - color contains mainly: red. Hex color #300A02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300A02 is #CFF5FD. Grayscale: #141414. Windows color (decimal): -13628926 or 133680. OLE color: 133680.
HSL color Cylindrical-coordinate representation of color #300A02: hue angle of 10.43º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #300A02 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 10 | 2 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.81 |
| HSL | 10.43º | 0.92% | 0.1% | - |
| HSV(B) | 10.43º | 0.96% | 0.19% | - |
| XYZ | 1.34 | 0.85 | 0.15 | - |
| YUV | 20.45 | 117.59 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 10 | 2 | 0 | 0.79 | 0.96 | 0.81 | 10.43 | 0.92 | 0.1 |
| Hex | 30 | A | 2 | 0 | 4F | 60 | 51 | A | 5C | A |
| Octal | 60 | 12 | 2 | 0 | 117 | 140 | 121 | 12 | 134 | 12 |
| Binary | 110000 | 1010 | 10 | 0 | 1001111 | 1100000 | 1010001 | 1010 | 1011100 | 1010 |
Color Harmonies of #300A02
Complementary color
Monochromatic Colors of #300A02
Black with #300A02
Text Example
Text Example
White with #300A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300A02; }
p { color: rgb(48,10,2); }
H1.HeaderClassName
{
color: #300A02;
}
.AnyTagClassName
{
color: #300A02;
}
</style>
background-color css
<style>
a { background-color: #300A02; }
a { background-color: rgb(48,10,2); }
div.DivClassName
{
background-color: #300A02;
}
.BgClassName
{
background-color: #300A02;
}
</style>
border-color css
<style>
span { border-color: #300A02; }
span { border-color: rgb(48,10,2); }
td.TdClassName
{
border-color: #300A02;
}
.TagClassName
{
border-color: #300A02;
}
</style>