Shades of Seal Brown #3C1716
Tints of Seal Brown #3C1716
RGB
CMYK
RGB Variations
Color information
#3C1716 (or 0x3C1716) is known color: Seal Brown. HEX triplet: 3C, 17 and 16. RGB value is (60,23,22). Sum of RGB (Red+Green+Blue) = 60+23+22=105 (13% of max value = 765). Red value is 60 (23.83% from 255 or 57.14% from 105); Green value is 23 (9.38% from 255 or 21.90% from 105); Blue value is 22 (8.98% from 255 or 20.95% from 105); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1716 is #C3E8E9. Grayscale: #212121. Windows color (decimal): -12839146 or 1447740. OLE color: 1447740.
HSL color Cylindrical-coordinate representation of color #3C1716: hue angle of 1.58º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C1716 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 23 | 22 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.76 |
| HSL | 1.58º | 0.46% | 0.16% | - |
| HSV(B) | 1.58º | 0.63% | 0.24% | - |
| XYZ | 2.31 | 1.63 | 0.95 | - |
| YUV | 33.95 | 121.26 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 23 | 22 | 0 | 0.62 | 0.63 | 0.76 | 1.58 | 0.46 | 0.16 |
| Hex | 3C | 17 | 16 | 0 | 3E | 3F | 4C | 2 | 2E | 10 |
| Octal | 74 | 27 | 26 | 0 | 76 | 77 | 114 | 2 | 56 | 20 |
| Binary | 111100 | 10111 | 10110 | 0 | 111110 | 111111 | 1001100 | 10 | 101110 | 10000 |
Color Harmonies of #3C1716
Complementary color
Monochromatic Colors of #3C1716
Black with #3C1716
Text Example
Text Example
White with #3C1716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1716; }
p { color: rgb(60,23,22); }
H1.HeaderClassName
{
color: #3C1716;
}
.AnyTagClassName
{
color: #3C1716;
}
</style>
background-color css
<style>
a { background-color: #3C1716; }
a { background-color: rgb(60,23,22); }
div.DivClassName
{
background-color: #3C1716;
}
.BgClassName
{
background-color: #3C1716;
}
</style>
border-color css
<style>
span { border-color: #3C1716; }
span { border-color: rgb(60,23,22); }
td.TdClassName
{
border-color: #3C1716;
}
.TagClassName
{
border-color: #3C1716;
}
</style>