Shades of Seal Brown #3C0F04
Tints of Seal Brown #3C0F04
RGB
CMYK
RGB Variations
Color information
#3C0F04 (or 0x3C0F04) is known color: Seal Brown. HEX triplet: 3C, 0F and 04. RGB value is (60,15,4). Sum of RGB (Red+Green+Blue) = 60+15+4=79 (10% of max value = 765). Red value is 60 (23.83% from 255 or 75.95% from 79); Green value is 15 (6.25% from 255 or 18.99% from 79); Blue value is 4 (1.95% from 255 or 5.06% from 79); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0F04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0F04 is #C3F0FB. Grayscale: #1B1B1B. Windows color (decimal): -12841212 or 266044. OLE color: 266044.
HSL color Cylindrical-coordinate representation of color #3C0F04: hue angle of 11.79º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C0F04 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 15 | 4 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.76 |
| HSL | 11.79º | 0.88% | 0.13% | - |
| HSV(B) | 11.79º | 0.93% | 0.24% | - |
| XYZ | 2.06 | 1.31 | 0.26 | - |
| YUV | 27.2 | 114.91 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 15 | 4 | 0 | 0.75 | 0.93 | 0.76 | 11.79 | 0.88 | 0.13 |
| Hex | 3C | F | 4 | 0 | 4B | 5D | 4C | C | 58 | D |
| Octal | 74 | 17 | 4 | 0 | 113 | 135 | 114 | 14 | 130 | 15 |
| Binary | 111100 | 1111 | 100 | 0 | 1001011 | 1011101 | 1001100 | 1100 | 1011000 | 1101 |
Color Harmonies of #3C0F04
Complementary color
Monochromatic Colors of #3C0F04
Black with #3C0F04
Text Example
Text Example
White with #3C0F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0F04; }
p { color: rgb(60,15,4); }
H1.HeaderClassName
{
color: #3C0F04;
}
.AnyTagClassName
{
color: #3C0F04;
}
</style>
background-color css
<style>
a { background-color: #3C0F04; }
a { background-color: rgb(60,15,4); }
div.DivClassName
{
background-color: #3C0F04;
}
.BgClassName
{
background-color: #3C0F04;
}
</style>
border-color css
<style>
span { border-color: #3C0F04; }
span { border-color: rgb(60,15,4); }
td.TdClassName
{
border-color: #3C0F04;
}
.TagClassName
{
border-color: #3C0F04;
}
</style>