Shades of Seal Brown #3C1F1E
Tints of Seal Brown #3C1F1E
RGB
CMYK
RGB Variations
Color information
#3C1F1E (or 0x3C1F1E) is known color: Seal Brown. HEX triplet: 3C, 1F and 1E. RGB value is (60,31,30). Sum of RGB (Red+Green+Blue) = 60+31+30=121 (16% of max value = 765). Red value is 60 (23.83% from 255 or 49.59% from 121); Green value is 31 (12.5% from 255 or 25.62% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C1F1E is #C3E0E1. Grayscale: #272727. Windows color (decimal): -12837090 or 1974076. OLE color: 1974076.
HSL color Cylindrical-coordinate representation of color #3C1F1E: hue angle of 2º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C1F1E is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 31 | 30 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.76 |
| HSL | 2º | 0.33% | 0.18% | - |
| HSV(B) | 2º | 0.5% | 0.24% | - |
| XYZ | 2.59 | 2.03 | 1.48 | - |
| YUV | 39.56 | 122.61 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 31 | 30 | 0 | 0.48 | 0.50 | 0.76 | 2 | 0.33 | 0.18 |
| Hex | 3C | 1F | 1E | 0 | 30 | 32 | 4C | 2 | 21 | 12 |
| Octal | 74 | 37 | 36 | 0 | 60 | 62 | 114 | 2 | 41 | 22 |
| Binary | 111100 | 11111 | 11110 | 0 | 110000 | 110010 | 1001100 | 10 | 100001 | 10010 |
Color Harmonies of #3C1F1E
Complementary color
Monochromatic Colors of #3C1F1E
Black with #3C1F1E
Text Example
Text Example
White with #3C1F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1F1E; }
p { color: rgb(60,31,30); }
H1.HeaderClassName
{
color: #3C1F1E;
}
.AnyTagClassName
{
color: #3C1F1E;
}
</style>
background-color css
<style>
a { background-color: #3C1F1E; }
a { background-color: rgb(60,31,30); }
div.DivClassName
{
background-color: #3C1F1E;
}
.BgClassName
{
background-color: #3C1F1E;
}
</style>
border-color css
<style>
span { border-color: #3C1F1E; }
span { border-color: rgb(60,31,30); }
td.TdClassName
{
border-color: #3C1F1E;
}
.TagClassName
{
border-color: #3C1F1E;
}
</style>