Shades of Seal Brown #3C1918
Tints of Seal Brown #3C1918
RGB
CMYK
RGB Variations
Color information
#3C1918 (or 0x3C1918) is known color: Seal Brown. HEX triplet: 3C, 19 and 18. RGB value is (60,25,24). Sum of RGB (Red+Green+Blue) = 60+25+24=109 (14% of max value = 765). Red value is 60 (23.83% from 255 or 55.05% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 24 (9.77% from 255 or 22.02% from 109); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1918 is #C3E6E7. Grayscale: #232323. Windows color (decimal): -12838632 or 1579324. OLE color: 1579324.
HSL color Cylindrical-coordinate representation of color #3C1918: hue angle of 1.67º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C1918 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 25 | 24 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.76 |
| HSL | 1.67º | 0.43% | 0.16% | - |
| HSV(B) | 1.67º | 0.6% | 0.24% | - |
| XYZ | 2.38 | 1.72 | 1.07 | - |
| YUV | 35.35 | 121.6 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 25 | 24 | 0 | 0.58 | 0.60 | 0.76 | 1.67 | 0.43 | 0.16 |
| Hex | 3C | 19 | 18 | 0 | 3A | 3C | 4C | 2 | 2B | 10 |
| Octal | 74 | 31 | 30 | 0 | 72 | 74 | 114 | 2 | 53 | 20 |
| Binary | 111100 | 11001 | 11000 | 0 | 111010 | 111100 | 1001100 | 10 | 101011 | 10000 |
Color Harmonies of #3C1918
Complementary color
Monochromatic Colors of #3C1918
Black with #3C1918
Text Example
Text Example
White with #3C1918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1918; }
p { color: rgb(60,25,24); }
H1.HeaderClassName
{
color: #3C1918;
}
.AnyTagClassName
{
color: #3C1918;
}
</style>
background-color css
<style>
a { background-color: #3C1918; }
a { background-color: rgb(60,25,24); }
div.DivClassName
{
background-color: #3C1918;
}
.BgClassName
{
background-color: #3C1918;
}
</style>
border-color css
<style>
span { border-color: #3C1918; }
span { border-color: rgb(60,25,24); }
td.TdClassName
{
border-color: #3C1918;
}
.TagClassName
{
border-color: #3C1918;
}
</style>