Shades of Seal Brown #300802
Tints of Seal Brown #300802
RGB
CMYK
RGB Variations
Color information
#300802 (or 0x300802) is known color: Seal Brown. HEX triplet: 30, 08 and 02. RGB value is (48,8,2). Sum of RGB (Red+Green+Blue) = 48+8+2=58 (7% of max value = 765). Red value is 48 (19.14% from 255 or 82.76% from 58); Green value is 8 (3.52% from 255 or 13.79% from 58); Blue value is 2 (1.17% from 255 or 3.45% from 58); Max value from RGB is 48 - color contains mainly: red. Hex color #300802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300802 is #CFF7FD. Grayscale: #131313. Windows color (decimal): -13629438 or 133168. OLE color: 133168.
HSL color Cylindrical-coordinate representation of color #300802: hue angle of 7.83º 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 #300802 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 8 | 2 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.81 |
| HSL | 7.83º | 0.92% | 0.1% | - |
| HSV(B) | 7.83º | 0.96% | 0.19% | - |
| XYZ | 1.32 | 0.81 | 0.14 | - |
| YUV | 19.28 | 118.25 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 8 | 2 | 0 | 0.83 | 0.96 | 0.81 | 7.83 | 0.92 | 0.1 |
| Hex | 30 | 8 | 2 | 0 | 53 | 60 | 51 | 8 | 5C | A |
| Octal | 60 | 10 | 2 | 0 | 123 | 140 | 121 | 10 | 134 | 12 |
| Binary | 110000 | 1000 | 10 | 0 | 1010011 | 1100000 | 1010001 | 1000 | 1011100 | 1010 |
Color Harmonies of #300802
Complementary color
Monochromatic Colors of #300802
Black with #300802
Text Example
Text Example
White with #300802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300802; }
p { color: rgb(48,8,2); }
H1.HeaderClassName
{
color: #300802;
}
.AnyTagClassName
{
color: #300802;
}
</style>
background-color css
<style>
a { background-color: #300802; }
a { background-color: rgb(48,8,2); }
div.DivClassName
{
background-color: #300802;
}
.BgClassName
{
background-color: #300802;
}
</style>
border-color css
<style>
span { border-color: #300802; }
span { border-color: rgb(48,8,2); }
td.TdClassName
{
border-color: #300802;
}
.TagClassName
{
border-color: #300802;
}
</style>