Shades of Seal Brown #39140E
Tints of Seal Brown #39140E
RGB
CMYK
RGB Variations
Color information
#39140E (or 0x39140E) is known color: Seal Brown. HEX triplet: 39, 14 and 0E. RGB value is (57,20,14). Sum of RGB (Red+Green+Blue) = 57+20+14=91 (12% of max value = 765). Red value is 57 (22.66% from 255 or 62.64% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 14 (5.86% from 255 or 15.38% from 91); Max value from RGB is 57 - color contains mainly: red. Hex color #39140E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39140E is #C6EBF1. Grayscale: #1E1E1E. Windows color (decimal): -13036530 or 922681. OLE color: 922681.
HSL color Cylindrical-coordinate representation of color #39140E: hue angle of 8.37º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39140E is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 20 | 14 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.78 |
| HSL | 8.37º | 0.61% | 0.14% | - |
| HSV(B) | 8.37º | 0.75% | 0.22% | - |
| XYZ | 2.02 | 1.4 | 0.58 | - |
| YUV | 30.38 | 118.76 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 20 | 14 | 0 | 0.65 | 0.75 | 0.78 | 8.37 | 0.61 | 0.14 |
| Hex | 39 | 14 | E | 0 | 41 | 4B | 4E | 8 | 3D | E |
| Octal | 71 | 24 | 16 | 0 | 101 | 113 | 116 | 10 | 75 | 16 |
| Binary | 111001 | 10100 | 1110 | 0 | 1000001 | 1001011 | 1001110 | 1000 | 111101 | 1110 |
Color Harmonies of #39140E
Complementary color
Monochromatic Colors of #39140E
Black with #39140E
Text Example
Text Example
White with #39140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39140E; }
p { color: rgb(57,20,14); }
H1.HeaderClassName
{
color: #39140E;
}
.AnyTagClassName
{
color: #39140E;
}
</style>
background-color css
<style>
a { background-color: #39140E; }
a { background-color: rgb(57,20,14); }
div.DivClassName
{
background-color: #39140E;
}
.BgClassName
{
background-color: #39140E;
}
</style>
border-color css
<style>
span { border-color: #39140E; }
span { border-color: rgb(57,20,14); }
td.TdClassName
{
border-color: #39140E;
}
.TagClassName
{
border-color: #39140E;
}
</style>