Shades of Seal Brown #300C00
Tints of Seal Brown #300C00
RGB
CMYK
RGB Variations
Color information
#300C00 (or 0x300C00) is known color: Seal Brown. HEX triplet: 30, 0C and 00. RGB value is (48,12,0). Sum of RGB (Red+Green+Blue) = 48+12+0=60 (7% of max value = 765). Red value is 48 (19.14% from 255 or 80% from 60); Green value is 12 (5.08% from 255 or 20% from 60); Blue value is 0 (0.39% from 255 or 0% from 60); Max value from RGB is 48 - color contains mainly: red. Hex color #300C00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300C00 is #CFF3FF. Grayscale: #151515. Windows color (decimal): -13628416 or 3120. OLE color: 3120.
HSL color Cylindrical-coordinate representation of color #300C00: hue angle of 15º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #300C00 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 12 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.81 |
| HSL | 15º | 1% | 0.09% | - |
| HSV(B) | 15º | 1% | 0.19% | - |
| XYZ | 1.35 | 0.89 | 0.1 | - |
| YUV | 21.4 | 115.93 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 12 | 0 | 0 | 0.75 | 1 | 0.81 | 15 | 1 | 0.09 |
| Hex | 30 | C | 0 | 0 | 4B | 64 | 51 | F | 64 | 9 |
| Octal | 60 | 14 | 0 | 0 | 113 | 144 | 121 | 17 | 144 | 11 |
| Binary | 110000 | 1100 | 0 | 0 | 1001011 | 1100100 | 1010001 | 1111 | 1100100 | 1001 |
Color Harmonies of #300C00
Complementary color
Monochromatic Colors of #300C00
Black with #300C00
Text Example
Text Example
White with #300C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300C00; }
p { color: rgb(48,12,0); }
H1.HeaderClassName
{
color: #300C00;
}
.AnyTagClassName
{
color: #300C00;
}
</style>
background-color css
<style>
a { background-color: #300C00; }
a { background-color: rgb(48,12,0); }
div.DivClassName
{
background-color: #300C00;
}
.BgClassName
{
background-color: #300C00;
}
</style>
border-color css
<style>
span { border-color: #300C00; }
span { border-color: rgb(48,12,0); }
td.TdClassName
{
border-color: #300C00;
}
.TagClassName
{
border-color: #300C00;
}
</style>