Shades of Seal Brown #3C140F
Tints of Seal Brown #3C140F
RGB
CMYK
RGB Variations
Color information
#3C140F (or 0x3C140F) is known color: Seal Brown. HEX triplet: 3C, 14 and 0F. RGB value is (60,20,15). Sum of RGB (Red+Green+Blue) = 60+20+15=95 (12% of max value = 765). Red value is 60 (23.83% from 255 or 63.16% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 60 - color contains mainly: red. Hex color #3C140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C140F is #C3EBF0. Grayscale: #1F1F1F. Windows color (decimal): -12839921 or 988220. OLE color: 988220.
HSL color Cylindrical-coordinate representation of color #3C140F: hue angle of 6.67º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C140F is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 20 | 15 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.76 |
| HSL | 6.67º | 0.6% | 0.15% | - |
| HSV(B) | 6.67º | 0.75% | 0.24% | - |
| XYZ | 2.2 | 1.5 | 0.62 | - |
| YUV | 31.39 | 118.75 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 20 | 15 | 0 | 0.67 | 0.75 | 0.76 | 6.67 | 0.6 | 0.15 |
| Hex | 3C | 14 | F | 0 | 43 | 4B | 4C | 7 | 3C | F |
| Octal | 74 | 24 | 17 | 0 | 103 | 113 | 114 | 7 | 74 | 17 |
| Binary | 111100 | 10100 | 1111 | 0 | 1000011 | 1001011 | 1001100 | 111 | 111100 | 1111 |
Color Harmonies of #3C140F
Complementary color
Monochromatic Colors of #3C140F
Black with #3C140F
Text Example
Text Example
White with #3C140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C140F; }
p { color: rgb(60,20,15); }
H1.HeaderClassName
{
color: #3C140F;
}
.AnyTagClassName
{
color: #3C140F;
}
</style>
background-color css
<style>
a { background-color: #3C140F; }
a { background-color: rgb(60,20,15); }
div.DivClassName
{
background-color: #3C140F;
}
.BgClassName
{
background-color: #3C140F;
}
</style>
border-color css
<style>
span { border-color: #3C140F; }
span { border-color: rgb(60,20,15); }
td.TdClassName
{
border-color: #3C140F;
}
.TagClassName
{
border-color: #3C140F;
}
</style>