Shades of Seal Brown #391102
Tints of Seal Brown #391102
RGB
CMYK
RGB Variations
Color information
#391102 (or 0x391102) is known color: Seal Brown. HEX triplet: 39, 11 and 02. RGB value is (57,17,2). Sum of RGB (Red+Green+Blue) = 57+17+2=76 (10% of max value = 765). Red value is 57 (22.66% from 255 or 75% from 76); Green value is 17 (7.03% from 255 or 22.37% from 76); Blue value is 2 (1.17% from 255 or 2.63% from 76); Max value from RGB is 57 - color contains mainly: red. Hex color #391102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391102 is #C6EEFD. Grayscale: #1B1B1B. Windows color (decimal): -13037310 or 135481. OLE color: 135481.
HSL color Cylindrical-coordinate representation of color #391102: hue angle of 16.36º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #391102 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 17 | 2 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.78 |
| HSL | 16.36º | 0.93% | 0.12% | - |
| HSV(B) | 16.36º | 0.96% | 0.22% | - |
| XYZ | 1.9 | 1.28 | 0.2 | - |
| YUV | 27.25 | 113.75 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 17 | 2 | 0 | 0.70 | 0.96 | 0.78 | 16.36 | 0.93 | 0.12 |
| Hex | 39 | 11 | 2 | 0 | 46 | 60 | 4E | 10 | 5D | C |
| Octal | 71 | 21 | 2 | 0 | 106 | 140 | 116 | 20 | 135 | 14 |
| Binary | 111001 | 10001 | 10 | 0 | 1000110 | 1100000 | 1001110 | 10000 | 1011101 | 1100 |
Color Harmonies of #391102
Complementary color
Monochromatic Colors of #391102
Black with #391102
Text Example
Text Example
White with #391102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391102; }
p { color: rgb(57,17,2); }
H1.HeaderClassName
{
color: #391102;
}
.AnyTagClassName
{
color: #391102;
}
</style>
background-color css
<style>
a { background-color: #391102; }
a { background-color: rgb(57,17,2); }
div.DivClassName
{
background-color: #391102;
}
.BgClassName
{
background-color: #391102;
}
</style>
border-color css
<style>
span { border-color: #391102; }
span { border-color: rgb(57,17,2); }
td.TdClassName
{
border-color: #391102;
}
.TagClassName
{
border-color: #391102;
}
</style>