Shades of Seal Brown #3C0E07
Tints of Seal Brown #3C0E07
RGB
CMYK
RGB Variations
Color information
#3C0E07 (or 0x3C0E07) is known color: Seal Brown. HEX triplet: 3C, 0E and 07. RGB value is (60,14,7). Sum of RGB (Red+Green+Blue) = 60+14+7=81 (10% of max value = 765). Red value is 60 (23.83% from 255 or 74.07% from 81); Green value is 14 (5.86% from 255 or 17.28% from 81); Blue value is 7 (3.12% from 255 or 8.64% from 81); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0E07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0E07 is #C3F1F8. Grayscale: #1B1B1B. Windows color (decimal): -12841465 or 462396. OLE color: 462396.
HSL color Cylindrical-coordinate representation of color #3C0E07: hue angle of 7.92º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C0E07 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 14 | 7 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.76 |
| HSL | 7.92º | 0.79% | 0.13% | - |
| HSV(B) | 7.92º | 0.88% | 0.24% | - |
| XYZ | 2.06 | 1.29 | 0.34 | - |
| YUV | 26.96 | 116.74 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 14 | 7 | 0 | 0.77 | 0.88 | 0.76 | 7.92 | 0.79 | 0.13 |
| Hex | 3C | E | 7 | 0 | 4D | 58 | 4C | 8 | 4F | D |
| Octal | 74 | 16 | 7 | 0 | 115 | 130 | 114 | 10 | 117 | 15 |
| Binary | 111100 | 1110 | 111 | 0 | 1001101 | 1011000 | 1001100 | 1000 | 1001111 | 1101 |
Color Harmonies of #3C0E07
Complementary color
Monochromatic Colors of #3C0E07
Black with #3C0E07
Text Example
Text Example
White with #3C0E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0E07; }
p { color: rgb(60,14,7); }
H1.HeaderClassName
{
color: #3C0E07;
}
.AnyTagClassName
{
color: #3C0E07;
}
</style>
background-color css
<style>
a { background-color: #3C0E07; }
a { background-color: rgb(60,14,7); }
div.DivClassName
{
background-color: #3C0E07;
}
.BgClassName
{
background-color: #3C0E07;
}
</style>
border-color css
<style>
span { border-color: #3C0E07; }
span { border-color: rgb(60,14,7); }
td.TdClassName
{
border-color: #3C0E07;
}
.TagClassName
{
border-color: #3C0E07;
}
</style>