Shades of Seal Brown #3C1102
Tints of Seal Brown #3C1102
RGB
CMYK
RGB Variations
Color information
#3C1102 (or 0x3C1102) is known color: Seal Brown. HEX triplet: 3C, 11 and 02. RGB value is (60,17,2). Sum of RGB (Red+Green+Blue) = 60+17+2=79 (10% of max value = 765). Red value is 60 (23.83% from 255 or 75.95% from 79); Green value is 17 (7.03% from 255 or 21.52% from 79); Blue value is 2 (1.17% from 255 or 2.53% from 79); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1102 is #C3EEFD. Grayscale: #1C1C1C. Windows color (decimal): -12840702 or 135484. OLE color: 135484.
HSL color Cylindrical-coordinate representation of color #3C1102: hue angle of 15.52º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C1102 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 17 | 2 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.76 |
| HSL | 15.52º | 0.94% | 0.12% | - |
| HSV(B) | 15.52º | 0.97% | 0.24% | - |
| XYZ | 2.07 | 1.37 | 0.21 | - |
| YUV | 28.15 | 113.25 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 17 | 2 | 0 | 0.72 | 0.97 | 0.76 | 15.52 | 0.94 | 0.12 |
| Hex | 3C | 11 | 2 | 0 | 48 | 61 | 4C | 10 | 5E | C |
| Octal | 74 | 21 | 2 | 0 | 110 | 141 | 114 | 20 | 136 | 14 |
| Binary | 111100 | 10001 | 10 | 0 | 1001000 | 1100001 | 1001100 | 10000 | 1011110 | 1100 |
Color Harmonies of #3C1102
Complementary color
Monochromatic Colors of #3C1102
Black with #3C1102
Text Example
Text Example
White with #3C1102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1102; }
p { color: rgb(60,17,2); }
H1.HeaderClassName
{
color: #3C1102;
}
.AnyTagClassName
{
color: #3C1102;
}
</style>
background-color css
<style>
a { background-color: #3C1102; }
a { background-color: rgb(60,17,2); }
div.DivClassName
{
background-color: #3C1102;
}
.BgClassName
{
background-color: #3C1102;
}
</style>
border-color css
<style>
span { border-color: #3C1102; }
span { border-color: rgb(60,17,2); }
td.TdClassName
{
border-color: #3C1102;
}
.TagClassName
{
border-color: #3C1102;
}
</style>