Shades of Seal Brown #3C110B
Tints of Seal Brown #3C110B
RGB
CMYK
RGB Variations
Color information
#3C110B (or 0x3C110B) is known color: Seal Brown. HEX triplet: 3C, 11 and 0B. RGB value is (60,17,11). Sum of RGB (Red+Green+Blue) = 60+17+11=88 (11% of max value = 765). Red value is 60 (23.83% from 255 or 68.18% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 11 (4.69% from 255 or 12.5% from 88); Max value from RGB is 60 - color contains mainly: red. Hex color #3C110B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C110B is #C3EEF4. Grayscale: #1D1D1D. Windows color (decimal): -12840693 or 725308. OLE color: 725308.
HSL color Cylindrical-coordinate representation of color #3C110B: hue angle of 7.35º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C110B is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 17 | 11 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.76 |
| HSL | 7.35º | 0.69% | 0.14% | - |
| HSV(B) | 7.35º | 0.82% | 0.24% | - |
| XYZ | 2.12 | 1.39 | 0.47 | - |
| YUV | 29.17 | 117.75 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 17 | 11 | 0 | 0.72 | 0.82 | 0.76 | 7.35 | 0.69 | 0.14 |
| Hex | 3C | 11 | B | 0 | 48 | 52 | 4C | 7 | 45 | E |
| Octal | 74 | 21 | 13 | 0 | 110 | 122 | 114 | 7 | 105 | 16 |
| Binary | 111100 | 10001 | 1011 | 0 | 1001000 | 1010010 | 1001100 | 111 | 1000101 | 1110 |
Color Harmonies of #3C110B
Complementary color
Monochromatic Colors of #3C110B
Black with #3C110B
Text Example
Text Example
White with #3C110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C110B; }
p { color: rgb(60,17,11); }
H1.HeaderClassName
{
color: #3C110B;
}
.AnyTagClassName
{
color: #3C110B;
}
</style>
background-color css
<style>
a { background-color: #3C110B; }
a { background-color: rgb(60,17,11); }
div.DivClassName
{
background-color: #3C110B;
}
.BgClassName
{
background-color: #3C110B;
}
</style>
border-color css
<style>
span { border-color: #3C110B; }
span { border-color: rgb(60,17,11); }
td.TdClassName
{
border-color: #3C110B;
}
.TagClassName
{
border-color: #3C110B;
}
</style>