Shades of Seal Brown #391C1B
Tints of Seal Brown #391C1B
RGB
CMYK
RGB Variations
Color information
#391C1B (or 0x391C1B) is known color: Seal Brown. HEX triplet: 39, 1C and 1B. RGB value is (57,28,27). Sum of RGB (Red+Green+Blue) = 57+28+27=112 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.89% from 112); Green value is 28 (11.33% from 255 or 25% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 57 - color contains mainly: red. Hex color #391C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391C1B is #C6E3E4. Grayscale: #242424. Windows color (decimal): -13034469 or 1776697. OLE color: 1776697.
HSL color Cylindrical-coordinate representation of color #391C1B: hue angle of 2º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #391C1B is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 28 | 27 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.78 |
| HSL | 2º | 0.36% | 0.16% | - |
| HSV(B) | 2º | 0.53% | 0.22% | - |
| XYZ | 2.3 | 1.78 | 1.26 | - |
| YUV | 36.56 | 122.61 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 28 | 27 | 0 | 0.51 | 0.53 | 0.78 | 2 | 0.36 | 0.16 |
| Hex | 39 | 1C | 1B | 0 | 33 | 35 | 4E | 2 | 24 | 10 |
| Octal | 71 | 34 | 33 | 0 | 63 | 65 | 116 | 2 | 44 | 20 |
| Binary | 111001 | 11100 | 11011 | 0 | 110011 | 110101 | 1001110 | 10 | 100100 | 10000 |
Color Harmonies of #391C1B
Complementary color
Monochromatic Colors of #391C1B
Black with #391C1B
Text Example
Text Example
White with #391C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391C1B; }
p { color: rgb(57,28,27); }
H1.HeaderClassName
{
color: #391C1B;
}
.AnyTagClassName
{
color: #391C1B;
}
</style>
background-color css
<style>
a { background-color: #391C1B; }
a { background-color: rgb(57,28,27); }
div.DivClassName
{
background-color: #391C1B;
}
.BgClassName
{
background-color: #391C1B;
}
</style>
border-color css
<style>
span { border-color: #391C1B; }
span { border-color: rgb(57,28,27); }
td.TdClassName
{
border-color: #391C1B;
}
.TagClassName
{
border-color: #391C1B;
}
</style>