Shades of Seal Brown #3C1312
Tints of Seal Brown #3C1312
RGB
CMYK
RGB Variations
Color information
#3C1312 (or 0x3C1312) is known color: Seal Brown. HEX triplet: 3C, 13 and 12. RGB value is (60,19,18). Sum of RGB (Red+Green+Blue) = 60+19+18=97 (12% of max value = 765). Red value is 60 (23.83% from 255 or 61.86% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1312 is #C3ECED. Grayscale: #1F1F1F. Windows color (decimal): -12840174 or 1184572. OLE color: 1184572.
HSL color Cylindrical-coordinate representation of color #3C1312: hue angle of 1.43º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C1312 is Cyan = 0, Magento = 0.68, Yellow = 0.7 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 19 | 18 | - |
| CMYK | 0 | 0.68 | 0.7 | 0.76 |
| HSL | 1.43º | 0.54% | 0.15% | - |
| HSV(B) | 1.43º | 0.7% | 0.24% | - |
| XYZ | 2.21 | 1.47 | 0.74 | - |
| YUV | 31.15 | 120.58 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 19 | 18 | 0 | 0.68 | 0.7 | 0.76 | 1.43 | 0.54 | 0.15 |
| Hex | 3C | 13 | 12 | 0 | 44 | 46 | 4C | 1 | 36 | F |
| Octal | 74 | 23 | 22 | 0 | 104 | 106 | 114 | 1 | 66 | 17 |
| Binary | 111100 | 10011 | 10010 | 0 | 1000100 | 1000110 | 1001100 | 1 | 110110 | 1111 |
Color Harmonies of #3C1312
Complementary color
Monochromatic Colors of #3C1312
Black with #3C1312
Text Example
Text Example
White with #3C1312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1312; }
p { color: rgb(60,19,18); }
H1.HeaderClassName
{
color: #3C1312;
}
.AnyTagClassName
{
color: #3C1312;
}
</style>
background-color css
<style>
a { background-color: #3C1312; }
a { background-color: rgb(60,19,18); }
div.DivClassName
{
background-color: #3C1312;
}
.BgClassName
{
background-color: #3C1312;
}
</style>
border-color css
<style>
span { border-color: #3C1312; }
span { border-color: rgb(60,19,18); }
td.TdClassName
{
border-color: #3C1312;
}
.TagClassName
{
border-color: #3C1312;
}
</style>