Shades of Seal Brown #3C150E
Tints of Seal Brown #3C150E
RGB
CMYK
RGB Variations
Color information
#3C150E (or 0x3C150E) is known color: Seal Brown. HEX triplet: 3C, 15 and 0E. RGB value is (60,21,14). Sum of RGB (Red+Green+Blue) = 60+21+14=95 (12% of max value = 765). Red value is 60 (23.83% from 255 or 63.16% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 60 - color contains mainly: red. Hex color #3C150E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C150E is #C3EAF1. Grayscale: #1F1F1F. Windows color (decimal): -12839666 or 922940. OLE color: 922940.
HSL color Cylindrical-coordinate representation of color #3C150E: hue angle of 9.13º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C150E is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 21 | 14 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.76 |
| HSL | 9.13º | 0.62% | 0.15% | - |
| HSV(B) | 9.13º | 0.77% | 0.24% | - |
| XYZ | 2.21 | 1.53 | 0.59 | - |
| YUV | 31.86 | 117.92 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 21 | 14 | 0 | 0.65 | 0.77 | 0.76 | 9.13 | 0.62 | 0.15 |
| Hex | 3C | 15 | E | 0 | 41 | 4D | 4C | 9 | 3E | F |
| Octal | 74 | 25 | 16 | 0 | 101 | 115 | 114 | 11 | 76 | 17 |
| Binary | 111100 | 10101 | 1110 | 0 | 1000001 | 1001101 | 1001100 | 1001 | 111110 | 1111 |
Color Harmonies of #3C150E
Complementary color
Monochromatic Colors of #3C150E
Black with #3C150E
Text Example
Text Example
White with #3C150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C150E; }
p { color: rgb(60,21,14); }
H1.HeaderClassName
{
color: #3C150E;
}
.AnyTagClassName
{
color: #3C150E;
}
</style>
background-color css
<style>
a { background-color: #3C150E; }
a { background-color: rgb(60,21,14); }
div.DivClassName
{
background-color: #3C150E;
}
.BgClassName
{
background-color: #3C150E;
}
</style>
border-color css
<style>
span { border-color: #3C150E; }
span { border-color: rgb(60,21,14); }
td.TdClassName
{
border-color: #3C150E;
}
.TagClassName
{
border-color: #3C150E;
}
</style>