Shades of Seal Brown #3C1611
Tints of Seal Brown #3C1611
RGB
CMYK
RGB Variations
Color information
#3C1611 (or 0x3C1611) is known color: Seal Brown. HEX triplet: 3C, 16 and 11. RGB value is (60,22,17). Sum of RGB (Red+Green+Blue) = 60+22+17=99 (13% of max value = 765). Red value is 60 (23.83% from 255 or 60.61% from 99); Green value is 22 (8.98% from 255 or 22.22% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1611 is #C3E9EE. Grayscale: #202020. Windows color (decimal): -12839407 or 1119804. OLE color: 1119804.
HSL color Cylindrical-coordinate representation of color #3C1611: hue angle of 6.98º 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 #3C1611 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 22 | 17 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.76 |
| HSL | 6.98º | 0.56% | 0.15% | - |
| HSV(B) | 6.98º | 0.72% | 0.24% | - |
| XYZ | 2.25 | 1.57 | 0.72 | - |
| YUV | 32.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 22 | 17 | 0 | 0.63 | 0.72 | 0.76 | 6.98 | 0.56 | 0.15 |
| Hex | 3C | 16 | 11 | 0 | 3F | 48 | 4C | 7 | 38 | F |
| Octal | 74 | 26 | 21 | 0 | 77 | 110 | 114 | 7 | 70 | 17 |
| Binary | 111100 | 10110 | 10001 | 0 | 111111 | 1001000 | 1001100 | 111 | 111000 | 1111 |
Color Harmonies of #3C1611
Complementary color
Monochromatic Colors of #3C1611
Black with #3C1611
Text Example
Text Example
White with #3C1611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1611; }
p { color: rgb(60,22,17); }
H1.HeaderClassName
{
color: #3C1611;
}
.AnyTagClassName
{
color: #3C1611;
}
</style>
background-color css
<style>
a { background-color: #3C1611; }
a { background-color: rgb(60,22,17); }
div.DivClassName
{
background-color: #3C1611;
}
.BgClassName
{
background-color: #3C1611;
}
</style>
border-color css
<style>
span { border-color: #3C1611; }
span { border-color: rgb(60,22,17); }
td.TdClassName
{
border-color: #3C1611;
}
.TagClassName
{
border-color: #3C1611;
}
</style>