Shades of Seal Brown #3C1B1A
Tints of Seal Brown #3C1B1A
RGB
CMYK
RGB Variations
Color information
#3C1B1A (or 0x3C1B1A) is known color: Seal Brown. HEX triplet: 3C, 1B and 1A. RGB value is (60,27,26). Sum of RGB (Red+Green+Blue) = 60+27+26=113 (14% of max value = 765). Red value is 60 (23.83% from 255 or 53.10% from 113); Green value is 27 (10.94% from 255 or 23.89% from 113); Blue value is 26 (10.55% from 255 or 23.01% from 113); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C1B1A is #C3E4E5. Grayscale: #242424. Windows color (decimal): -12838118 or 1710908. OLE color: 1710908.
HSL color Cylindrical-coordinate representation of color #3C1B1A: hue angle of 1.76º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C1B1A is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 27 | 26 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.76 |
| HSL | 1.76º | 0.4% | 0.17% | - |
| HSV(B) | 1.76º | 0.57% | 0.24% | - |
| XYZ | 2.44 | 1.82 | 1.2 | - |
| YUV | 36.75 | 121.93 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 27 | 26 | 0 | 0.55 | 0.57 | 0.76 | 1.76 | 0.4 | 0.17 |
| Hex | 3C | 1B | 1A | 0 | 37 | 39 | 4C | 2 | 28 | 11 |
| Octal | 74 | 33 | 32 | 0 | 67 | 71 | 114 | 2 | 50 | 21 |
| Binary | 111100 | 11011 | 11010 | 0 | 110111 | 111001 | 1001100 | 10 | 101000 | 10001 |
Color Harmonies of #3C1B1A
Complementary color
Monochromatic Colors of #3C1B1A
Black with #3C1B1A
Text Example
Text Example
White with #3C1B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1B1A; }
p { color: rgb(60,27,26); }
H1.HeaderClassName
{
color: #3C1B1A;
}
.AnyTagClassName
{
color: #3C1B1A;
}
</style>
background-color css
<style>
a { background-color: #3C1B1A; }
a { background-color: rgb(60,27,26); }
div.DivClassName
{
background-color: #3C1B1A;
}
.BgClassName
{
background-color: #3C1B1A;
}
</style>
border-color css
<style>
span { border-color: #3C1B1A; }
span { border-color: rgb(60,27,26); }
td.TdClassName
{
border-color: #3C1B1A;
}
.TagClassName
{
border-color: #3C1B1A;
}
</style>