Shades of Seal Brown #39100E
Tints of Seal Brown #39100E
RGB
CMYK
RGB Variations
Color information
#39100E (or 0x39100E) is known color: Seal Brown. HEX triplet: 39, 10 and 0E. RGB value is (57,16,14). Sum of RGB (Red+Green+Blue) = 57+16+14=87 (11% of max value = 765). Red value is 57 (22.66% from 255 or 65.52% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 14 (5.86% from 255 or 16.09% from 87); Max value from RGB is 57 - color contains mainly: red. Hex color #39100E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39100E is #C6EFF1. Grayscale: #1C1C1C. Windows color (decimal): -13037554 or 921657. OLE color: 921657.
HSL color Cylindrical-coordinate representation of color #39100E: hue angle of 2.79º 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 #39100E is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 16 | 14 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.78 |
| HSL | 2.79º | 0.61% | 0.14% | - |
| HSV(B) | 2.79º | 0.75% | 0.22% | - |
| XYZ | 1.95 | 1.27 | 0.56 | - |
| YUV | 28.03 | 120.08 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 16 | 14 | 0 | 0.72 | 0.75 | 0.78 | 2.79 | 0.61 | 0.14 |
| Hex | 39 | 10 | E | 0 | 48 | 4B | 4E | 3 | 3D | E |
| Octal | 71 | 20 | 16 | 0 | 110 | 113 | 116 | 3 | 75 | 16 |
| Binary | 111001 | 10000 | 1110 | 0 | 1001000 | 1001011 | 1001110 | 11 | 111101 | 1110 |
Color Harmonies of #39100E
Complementary color
Monochromatic Colors of #39100E
Black with #39100E
Text Example
Text Example
White with #39100E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39100E; }
p { color: rgb(57,16,14); }
H1.HeaderClassName
{
color: #39100E;
}
.AnyTagClassName
{
color: #39100E;
}
</style>
background-color css
<style>
a { background-color: #39100E; }
a { background-color: rgb(57,16,14); }
div.DivClassName
{
background-color: #39100E;
}
.BgClassName
{
background-color: #39100E;
}
</style>
border-color css
<style>
span { border-color: #39100E; }
span { border-color: rgb(57,16,14); }
td.TdClassName
{
border-color: #39100E;
}
.TagClassName
{
border-color: #39100E;
}
</style>