Shades of Seal Brown #3C1811
Tints of Seal Brown #3C1811
RGB
CMYK
RGB Variations
Color information
#3C1811 (or 0x3C1811) is known color: Seal Brown. HEX triplet: 3C, 18 and 11. RGB value is (60,24,17). Sum of RGB (Red+Green+Blue) = 60+24+17=101 (13% of max value = 765). Red value is 60 (23.83% from 255 or 59.41% from 101); Green value is 24 (9.77% from 255 or 23.76% from 101); Blue value is 17 (7.03% from 255 or 16.83% from 101); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1811 is #C3E7EE. Grayscale: #222222. Windows color (decimal): -12838895 or 1120316. OLE color: 1120316.
HSL color Cylindrical-coordinate representation of color #3C1811: hue angle of 9.77º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C1811 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 24 | 17 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.76 |
| HSL | 9.77º | 0.56% | 0.15% | - |
| HSV(B) | 9.77º | 0.72% | 0.24% | - |
| XYZ | 2.29 | 1.65 | 0.73 | - |
| YUV | 33.97 | 118.43 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 24 | 17 | 0 | 0.60 | 0.72 | 0.76 | 9.77 | 0.56 | 0.15 |
| Hex | 3C | 18 | 11 | 0 | 3C | 48 | 4C | A | 38 | F |
| Octal | 74 | 30 | 21 | 0 | 74 | 110 | 114 | 12 | 70 | 17 |
| Binary | 111100 | 11000 | 10001 | 0 | 111100 | 1001000 | 1001100 | 1010 | 111000 | 1111 |
Color Harmonies of #3C1811
Complementary color
Monochromatic Colors of #3C1811
Black with #3C1811
Text Example
Text Example
White with #3C1811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1811; }
p { color: rgb(60,24,17); }
H1.HeaderClassName
{
color: #3C1811;
}
.AnyTagClassName
{
color: #3C1811;
}
</style>
background-color css
<style>
a { background-color: #3C1811; }
a { background-color: rgb(60,24,17); }
div.DivClassName
{
background-color: #3C1811;
}
.BgClassName
{
background-color: #3C1811;
}
</style>
border-color css
<style>
span { border-color: #3C1811; }
span { border-color: rgb(60,24,17); }
td.TdClassName
{
border-color: #3C1811;
}
.TagClassName
{
border-color: #3C1811;
}
</style>