Shades of Seal Brown #300C0C
Tints of Seal Brown #300C0C
RGB
CMYK
RGB Variations
Color information
#300C0C (or 0x300C0C) is known color: Seal Brown. HEX triplet: 30, 0C and 0C. RGB value is (48,12,12). Sum of RGB (Red+Green+Blue) = 48+12+12=72 (9% of max value = 765). Red value is 48 (19.14% from 255 or 66.67% from 72); Green value is 12 (5.08% from 255 or 16.67% from 72); Blue value is 12 (5.08% from 255 or 16.67% from 72); Max value from RGB is 48 - color contains mainly: red. Hex color #300C0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300C0C is #CFF3F3. Grayscale: #161616. Windows color (decimal): -13628404 or 789552. OLE color: 789552.
HSL color Cylindrical-coordinate representation of color #300C0C: hue angle of 0º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #300C0C is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 12 | 12 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.81 |
| HSL | 0º | 0.6% | 0.12% | - |
| HSV(B) | 0º | 0.75% | 0.19% | - |
| XYZ | 1.42 | 0.92 | 0.45 | - |
| YUV | 22.76 | 121.93 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 12 | 12 | 0 | 0.75 | 0.75 | 0.81 | 0 | 0.6 | 0.12 |
| Hex | 30 | C | C | 0 | 4B | 4B | 51 | 0 | 3C | C |
| Octal | 60 | 14 | 14 | 0 | 113 | 113 | 121 | 0 | 74 | 14 |
| Binary | 110000 | 1100 | 1100 | 0 | 1001011 | 1001011 | 1010001 | 0 | 111100 | 1100 |
Color Harmonies of #300C0C
Complementary color
Monochromatic Colors of #300C0C
Black with #300C0C
Text Example
Text Example
White with #300C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300C0C; }
p { color: rgb(48,12,12); }
H1.HeaderClassName
{
color: #300C0C;
}
.AnyTagClassName
{
color: #300C0C;
}
</style>
background-color css
<style>
a { background-color: #300C0C; }
a { background-color: rgb(48,12,12); }
div.DivClassName
{
background-color: #300C0C;
}
.BgClassName
{
background-color: #300C0C;
}
</style>
border-color css
<style>
span { border-color: #300C0C; }
span { border-color: rgb(48,12,12); }
td.TdClassName
{
border-color: #300C0C;
}
.TagClassName
{
border-color: #300C0C;
}
</style>