Shades of Seal Brown #3C1001
Tints of Seal Brown #3C1001
RGB
CMYK
RGB Variations
Color information
#3C1001 (or 0x3C1001) is known color: Seal Brown. HEX triplet: 3C, 10 and 01. RGB value is (60,16,1). Sum of RGB (Red+Green+Blue) = 60+16+1=77 (10% of max value = 765). Red value is 60 (23.83% from 255 or 77.92% from 77); Green value is 16 (6.64% from 255 or 20.78% from 77); Blue value is 1 (0.78% from 255 or 1.30% from 77); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1001 is #C3EFFE. Grayscale: #1B1B1B. Windows color (decimal): -12840959 or 69692. OLE color: 69692.
HSL color Cylindrical-coordinate representation of color #3C1001: hue angle of 15.25º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C1001 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 16 | 1 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.76 |
| HSL | 15.25º | 0.97% | 0.12% | - |
| HSV(B) | 15.25º | 0.98% | 0.24% | - |
| XYZ | 2.05 | 1.33 | 0.18 | - |
| YUV | 27.45 | 113.08 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 16 | 1 | 0 | 0.73 | 0.98 | 0.76 | 15.25 | 0.97 | 0.12 |
| Hex | 3C | 10 | 1 | 0 | 49 | 62 | 4C | F | 61 | C |
| Octal | 74 | 20 | 1 | 0 | 111 | 142 | 114 | 17 | 141 | 14 |
| Binary | 111100 | 10000 | 1 | 0 | 1001001 | 1100010 | 1001100 | 1111 | 1100001 | 1100 |
Color Harmonies of #3C1001
Complementary color
Monochromatic Colors of #3C1001
Black with #3C1001
Text Example
Text Example
White with #3C1001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1001; }
p { color: rgb(60,16,1); }
H1.HeaderClassName
{
color: #3C1001;
}
.AnyTagClassName
{
color: #3C1001;
}
</style>
background-color css
<style>
a { background-color: #3C1001; }
a { background-color: rgb(60,16,1); }
div.DivClassName
{
background-color: #3C1001;
}
.BgClassName
{
background-color: #3C1001;
}
</style>
border-color css
<style>
span { border-color: #3C1001; }
span { border-color: rgb(60,16,1); }
td.TdClassName
{
border-color: #3C1001;
}
.TagClassName
{
border-color: #3C1001;
}
</style>