Shades of Seal Brown #300D00
Tints of Seal Brown #300D00
RGB
CMYK
RGB Variations
Color information
#300D00 (or 0x300D00) is known color: Seal Brown. HEX triplet: 30, 0D and 00. RGB value is (48,13,0). Sum of RGB (Red+Green+Blue) = 48+13+0=61 (8% of max value = 765). Red value is 48 (19.14% from 255 or 78.69% from 61); Green value is 13 (5.47% from 255 or 21.31% from 61); Blue value is 0 (0.39% from 255 or 0% from 61); Max value from RGB is 48 - color contains mainly: red. Hex color #300D00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300D00 is #CFF2FF. Grayscale: #161616. Windows color (decimal): -13628160 or 3376. OLE color: 3376.
HSL color Cylindrical-coordinate representation of color #300D00: hue angle of 16.25º 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 #300D00 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 13 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.81 |
| HSL | 16.25º | 1% | 0.09% | - |
| HSV(B) | 16.25º | 1% | 0.19% | - |
| XYZ | 1.36 | 0.92 | 0.11 | - |
| YUV | 21.98 | 115.6 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 13 | 0 | 0 | 0.73 | 1 | 0.81 | 16.25 | 1 | 0.09 |
| Hex | 30 | D | 0 | 0 | 49 | 64 | 51 | 10 | 64 | 9 |
| Octal | 60 | 15 | 0 | 0 | 111 | 144 | 121 | 20 | 144 | 11 |
| Binary | 110000 | 1101 | 0 | 0 | 1001001 | 1100100 | 1010001 | 10000 | 1100100 | 1001 |
Color Harmonies of #300D00
Complementary color
Monochromatic Colors of #300D00
Black with #300D00
Text Example
Text Example
White with #300D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300D00; }
p { color: rgb(48,13,0); }
H1.HeaderClassName
{
color: #300D00;
}
.AnyTagClassName
{
color: #300D00;
}
</style>
background-color css
<style>
a { background-color: #300D00; }
a { background-color: rgb(48,13,0); }
div.DivClassName
{
background-color: #300D00;
}
.BgClassName
{
background-color: #300D00;
}
</style>
border-color css
<style>
span { border-color: #300D00; }
span { border-color: rgb(48,13,0); }
td.TdClassName
{
border-color: #300D00;
}
.TagClassName
{
border-color: #300D00;
}
</style>