Shades of Seal Brown #300402
Tints of Seal Brown #300402
RGB
CMYK
RGB Variations
Color information
#300402 (or 0x300402) is known color: Seal Brown. HEX triplet: 30, 04 and 02. RGB value is (48,4,2). Sum of RGB (Red+Green+Blue) = 48+4+2=54 (7% of max value = 765). Red value is 48 (19.14% from 255 or 88.89% from 54); Green value is 4 (1.95% from 255 or 7.41% from 54); Blue value is 2 (1.17% from 255 or 3.70% from 54); Max value from RGB is 48 - color contains mainly: red. Hex color #300402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300402 is #CFFBFD. Grayscale: #101010. Windows color (decimal): -13630462 or 132144. OLE color: 132144.
HSL color Cylindrical-coordinate representation of color #300402: hue angle of 2.61º 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 #300402 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 4 | 2 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.81 |
| HSL | 2.61º | 0.92% | 0.1% | - |
| HSV(B) | 2.61º | 0.96% | 0.19% | - |
| XYZ | 1.27 | 0.72 | 0.13 | - |
| YUV | 16.93 | 119.58 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 4 | 2 | 0 | 0.92 | 0.96 | 0.81 | 2.61 | 0.92 | 0.1 |
| Hex | 30 | 4 | 2 | 0 | 5C | 60 | 51 | 3 | 5C | A |
| Octal | 60 | 4 | 2 | 0 | 134 | 140 | 121 | 3 | 134 | 12 |
| Binary | 110000 | 100 | 10 | 0 | 1011100 | 1100000 | 1010001 | 11 | 1011100 | 1010 |
Color Harmonies of #300402
Complementary color
Monochromatic Colors of #300402
Black with #300402
Text Example
Text Example
White with #300402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300402; }
p { color: rgb(48,4,2); }
H1.HeaderClassName
{
color: #300402;
}
.AnyTagClassName
{
color: #300402;
}
</style>
background-color css
<style>
a { background-color: #300402; }
a { background-color: rgb(48,4,2); }
div.DivClassName
{
background-color: #300402;
}
.BgClassName
{
background-color: #300402;
}
</style>
border-color css
<style>
span { border-color: #300402; }
span { border-color: rgb(48,4,2); }
td.TdClassName
{
border-color: #300402;
}
.TagClassName
{
border-color: #300402;
}
</style>