Shades of Seal Brown #39140B
Tints of Seal Brown #39140B
RGB
CMYK
RGB Variations
Color information
#39140B (or 0x39140B) is known color: Seal Brown. HEX triplet: 39, 14 and 0B. RGB value is (57,20,11). Sum of RGB (Red+Green+Blue) = 57+20+11=88 (11% of max value = 765). Red value is 57 (22.66% from 255 or 64.77% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 11 (4.69% from 255 or 12.5% from 88); Max value from RGB is 57 - color contains mainly: red. Hex color #39140B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39140B is #C6EBF4. Grayscale: #1E1E1E. Windows color (decimal): -13036533 or 726073. OLE color: 726073.
HSL color Cylindrical-coordinate representation of color #39140B: hue angle of 11.74º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #39140B is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 20 | 11 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.78 |
| HSL | 11.74º | 0.68% | 0.13% | - |
| HSV(B) | 11.74º | 0.81% | 0.22% | - |
| XYZ | 2 | 1.39 | 0.48 | - |
| YUV | 30.04 | 117.26 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 20 | 11 | 0 | 0.65 | 0.81 | 0.78 | 11.74 | 0.68 | 0.13 |
| Hex | 39 | 14 | B | 0 | 41 | 51 | 4E | C | 44 | D |
| Octal | 71 | 24 | 13 | 0 | 101 | 121 | 116 | 14 | 104 | 15 |
| Binary | 111001 | 10100 | 1011 | 0 | 1000001 | 1010001 | 1001110 | 1100 | 1000100 | 1101 |
Color Harmonies of #39140B
Complementary color
Monochromatic Colors of #39140B
Black with #39140B
Text Example
Text Example
White with #39140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39140B; }
p { color: rgb(57,20,11); }
H1.HeaderClassName
{
color: #39140B;
}
.AnyTagClassName
{
color: #39140B;
}
</style>
background-color css
<style>
a { background-color: #39140B; }
a { background-color: rgb(57,20,11); }
div.DivClassName
{
background-color: #39140B;
}
.BgClassName
{
background-color: #39140B;
}
</style>
border-color css
<style>
span { border-color: #39140B; }
span { border-color: rgb(57,20,11); }
td.TdClassName
{
border-color: #39140B;
}
.TagClassName
{
border-color: #39140B;
}
</style>