Shades of Seal Brown #39130B
Tints of Seal Brown #39130B
RGB
CMYK
RGB Variations
Color information
#39130B (or 0x39130B) is known color: Seal Brown. HEX triplet: 39, 13 and 0B. RGB value is (57,19,11). Sum of RGB (Red+Green+Blue) = 57+19+11=87 (11% of max value = 765). Red value is 57 (22.66% from 255 or 65.52% from 87); Green value is 19 (7.81% from 255 or 21.84% from 87); Blue value is 11 (4.69% from 255 or 12.64% from 87); Max value from RGB is 57 - color contains mainly: red. Hex color #39130B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39130B is #C6ECF4. Grayscale: #1D1D1D. Windows color (decimal): -13036789 or 725817. OLE color: 725817.
HSL color Cylindrical-coordinate representation of color #39130B: hue angle of 10.43º 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 #39130B is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 19 | 11 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.78 |
| HSL | 10.43º | 0.68% | 0.13% | - |
| HSV(B) | 10.43º | 0.81% | 0.22% | - |
| XYZ | 1.98 | 1.36 | 0.47 | - |
| YUV | 29.45 | 117.59 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 19 | 11 | 0 | 0.67 | 0.81 | 0.78 | 10.43 | 0.68 | 0.13 |
| Hex | 39 | 13 | B | 0 | 43 | 51 | 4E | A | 44 | D |
| Octal | 71 | 23 | 13 | 0 | 103 | 121 | 116 | 12 | 104 | 15 |
| Binary | 111001 | 10011 | 1011 | 0 | 1000011 | 1010001 | 1001110 | 1010 | 1000100 | 1101 |
Color Harmonies of #39130B
Complementary color
Monochromatic Colors of #39130B
Black with #39130B
Text Example
Text Example
White with #39130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39130B; }
p { color: rgb(57,19,11); }
H1.HeaderClassName
{
color: #39130B;
}
.AnyTagClassName
{
color: #39130B;
}
</style>
background-color css
<style>
a { background-color: #39130B; }
a { background-color: rgb(57,19,11); }
div.DivClassName
{
background-color: #39130B;
}
.BgClassName
{
background-color: #39130B;
}
</style>
border-color css
<style>
span { border-color: #39130B; }
span { border-color: rgb(57,19,11); }
td.TdClassName
{
border-color: #39130B;
}
.TagClassName
{
border-color: #39130B;
}
</style>