Shades of Seal Brown #300502
Tints of Seal Brown #300502
RGB
CMYK
RGB Variations
Color information
#300502 (or 0x300502) is known color: Seal Brown. HEX triplet: 30, 05 and 02. RGB value is (48,5,2). Sum of RGB (Red+Green+Blue) = 48+5+2=55 (7% of max value = 765). Red value is 48 (19.14% from 255 or 87.27% from 55); Green value is 5 (2.34% from 255 or 9.09% from 55); Blue value is 2 (1.17% from 255 or 3.64% from 55); Max value from RGB is 48 - color contains mainly: red. Hex color #300502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300502 is #CFFAFD. Grayscale: #111111. Windows color (decimal): -13630206 or 132400. OLE color: 132400.
HSL color Cylindrical-coordinate representation of color #300502: hue angle of 3.91º 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 #300502 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 5 | 2 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.81 |
| HSL | 3.91º | 0.92% | 0.1% | - |
| HSV(B) | 3.91º | 0.96% | 0.19% | - |
| XYZ | 1.28 | 0.74 | 0.13 | - |
| YUV | 17.52 | 119.25 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 5 | 2 | 0 | 0.90 | 0.96 | 0.81 | 3.91 | 0.92 | 0.1 |
| Hex | 30 | 5 | 2 | 0 | 5A | 60 | 51 | 4 | 5C | A |
| Octal | 60 | 5 | 2 | 0 | 132 | 140 | 121 | 4 | 134 | 12 |
| Binary | 110000 | 101 | 10 | 0 | 1011010 | 1100000 | 1010001 | 100 | 1011100 | 1010 |
Color Harmonies of #300502
Complementary color
Monochromatic Colors of #300502
Black with #300502
Text Example
Text Example
White with #300502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300502; }
p { color: rgb(48,5,2); }
H1.HeaderClassName
{
color: #300502;
}
.AnyTagClassName
{
color: #300502;
}
</style>
background-color css
<style>
a { background-color: #300502; }
a { background-color: rgb(48,5,2); }
div.DivClassName
{
background-color: #300502;
}
.BgClassName
{
background-color: #300502;
}
</style>
border-color css
<style>
span { border-color: #300502; }
span { border-color: rgb(48,5,2); }
td.TdClassName
{
border-color: #300502;
}
.TagClassName
{
border-color: #300502;
}
</style>