Shades of Seal Brown #300C0A
Tints of Seal Brown #300C0A
RGB
CMYK
RGB Variations
Color information
#300C0A (or 0x300C0A) is known color: Seal Brown. HEX triplet: 30, 0C and 0A. RGB value is (48,12,10). Sum of RGB (Red+Green+Blue) = 48+12+10=70 (9% of max value = 765). Red value is 48 (19.14% from 255 or 68.57% from 70); Green value is 12 (5.08% from 255 or 17.14% from 70); Blue value is 10 (4.30% from 255 or 14.29% from 70); Max value from RGB is 48 - color contains mainly: red. Hex color #300C0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300C0A is #CFF3F5. Grayscale: #161616. Windows color (decimal): -13628406 or 658480. OLE color: 658480.
HSL color Cylindrical-coordinate representation of color #300C0A: hue angle of 3.16º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #300C0A is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 12 | 10 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.81 |
| HSL | 3.16º | 0.66% | 0.11% | - |
| HSV(B) | 3.16º | 0.79% | 0.19% | - |
| XYZ | 1.41 | 0.91 | 0.39 | - |
| YUV | 22.54 | 120.93 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 12 | 10 | 0 | 0.75 | 0.79 | 0.81 | 3.16 | 0.66 | 0.11 |
| Hex | 30 | C | A | 0 | 4B | 4F | 51 | 3 | 42 | B |
| Octal | 60 | 14 | 12 | 0 | 113 | 117 | 121 | 3 | 102 | 13 |
| Binary | 110000 | 1100 | 1010 | 0 | 1001011 | 1001111 | 1010001 | 11 | 1000010 | 1011 |
Color Harmonies of #300C0A
Complementary color
Monochromatic Colors of #300C0A
Black with #300C0A
Text Example
Text Example
White with #300C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300C0A; }
p { color: rgb(48,12,10); }
H1.HeaderClassName
{
color: #300C0A;
}
.AnyTagClassName
{
color: #300C0A;
}
</style>
background-color css
<style>
a { background-color: #300C0A; }
a { background-color: rgb(48,12,10); }
div.DivClassName
{
background-color: #300C0A;
}
.BgClassName
{
background-color: #300C0A;
}
</style>
border-color css
<style>
span { border-color: #300C0A; }
span { border-color: rgb(48,12,10); }
td.TdClassName
{
border-color: #300C0A;
}
.TagClassName
{
border-color: #300C0A;
}
</style>