Shades of Seal Brown #3C0F09
Tints of Seal Brown #3C0F09
RGB
CMYK
RGB Variations
Color information
#3C0F09 (or 0x3C0F09) is known color: Seal Brown. HEX triplet: 3C, 0F and 09. RGB value is (60,15,9). Sum of RGB (Red+Green+Blue) = 60+15+9=84 (11% of max value = 765). Red value is 60 (23.83% from 255 or 71.43% from 84); Green value is 15 (6.25% from 255 or 17.86% from 84); Blue value is 9 (3.91% from 255 or 10.71% from 84); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0F09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0F09 is #C3F0F6. Grayscale: #1B1B1B. Windows color (decimal): -12841207 or 593724. OLE color: 593724.
HSL color Cylindrical-coordinate representation of color #3C0F09: hue angle of 7.06º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C0F09 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 15 | 9 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.76 |
| HSL | 7.06º | 0.74% | 0.14% | - |
| HSV(B) | 7.06º | 0.85% | 0.24% | - |
| XYZ | 2.08 | 1.32 | 0.4 | - |
| YUV | 27.77 | 117.41 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 15 | 9 | 0 | 0.75 | 0.85 | 0.76 | 7.06 | 0.74 | 0.14 |
| Hex | 3C | F | 9 | 0 | 4B | 55 | 4C | 7 | 4A | E |
| Octal | 74 | 17 | 11 | 0 | 113 | 125 | 114 | 7 | 112 | 16 |
| Binary | 111100 | 1111 | 1001 | 0 | 1001011 | 1010101 | 1001100 | 111 | 1001010 | 1110 |
Color Harmonies of #3C0F09
Complementary color
Monochromatic Colors of #3C0F09
Black with #3C0F09
Text Example
Text Example
White with #3C0F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0F09; }
p { color: rgb(60,15,9); }
H1.HeaderClassName
{
color: #3C0F09;
}
.AnyTagClassName
{
color: #3C0F09;
}
</style>
background-color css
<style>
a { background-color: #3C0F09; }
a { background-color: rgb(60,15,9); }
div.DivClassName
{
background-color: #3C0F09;
}
.BgClassName
{
background-color: #3C0F09;
}
</style>
border-color css
<style>
span { border-color: #3C0F09; }
span { border-color: rgb(60,15,9); }
td.TdClassName
{
border-color: #3C0F09;
}
.TagClassName
{
border-color: #3C0F09;
}
</style>