Shades of Seal Brown #391A19
Tints of Seal Brown #391A19
RGB
CMYK
RGB Variations
Color information
#391A19 (or 0x391A19) is known color: Seal Brown. HEX triplet: 39, 1A and 19. RGB value is (57,26,25). Sum of RGB (Red+Green+Blue) = 57+26+25=108 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.78% from 108); Green value is 26 (10.55% from 255 or 24.07% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 57 - color contains mainly: red. Hex color #391A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391A19 is #C6E5E6. Grayscale: #232323. Windows color (decimal): -13034983 or 1645113. OLE color: 1645113.
HSL color Cylindrical-coordinate representation of color #391A19: hue angle of 1.88º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #391A19 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 26 | 25 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.78 |
| HSL | 1.88º | 0.39% | 0.16% | - |
| HSV(B) | 1.88º | 0.56% | 0.22% | - |
| XYZ | 2.23 | 1.68 | 1.13 | - |
| YUV | 35.16 | 122.27 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 26 | 25 | 0 | 0.54 | 0.56 | 0.78 | 1.88 | 0.39 | 0.16 |
| Hex | 39 | 1A | 19 | 0 | 36 | 38 | 4E | 2 | 27 | 10 |
| Octal | 71 | 32 | 31 | 0 | 66 | 70 | 116 | 2 | 47 | 20 |
| Binary | 111001 | 11010 | 11001 | 0 | 110110 | 111000 | 1001110 | 10 | 100111 | 10000 |
Color Harmonies of #391A19
Complementary color
Monochromatic Colors of #391A19
Black with #391A19
Text Example
Text Example
White with #391A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391A19; }
p { color: rgb(57,26,25); }
H1.HeaderClassName
{
color: #391A19;
}
.AnyTagClassName
{
color: #391A19;
}
</style>
background-color css
<style>
a { background-color: #391A19; }
a { background-color: rgb(57,26,25); }
div.DivClassName
{
background-color: #391A19;
}
.BgClassName
{
background-color: #391A19;
}
</style>
border-color css
<style>
span { border-color: #391A19; }
span { border-color: rgb(57,26,25); }
td.TdClassName
{
border-color: #391A19;
}
.TagClassName
{
border-color: #391A19;
}
</style>