Shades of Seal Brown #391A18
Tints of Seal Brown #391A18
RGB
CMYK
RGB Variations
Color information
#391A18 (or 0x391A18) is known color: Seal Brown. HEX triplet: 39, 1A and 18. RGB value is (57,26,24). Sum of RGB (Red+Green+Blue) = 57+26+24=107 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.27% from 107); Green value is 26 (10.55% from 255 or 24.30% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 57 - color contains mainly: red. Hex color #391A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391A18 is #C6E5E7. Grayscale: #232323. Windows color (decimal): -13034984 or 1579577. OLE color: 1579577.
HSL color Cylindrical-coordinate representation of color #391A18: hue angle of 3.64º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #391A18 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 26 | 24 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.78 |
| HSL | 3.64º | 0.41% | 0.16% | - |
| HSV(B) | 3.64º | 0.58% | 0.22% | - |
| XYZ | 2.22 | 1.67 | 1.07 | - |
| YUV | 35.04 | 121.77 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 26 | 24 | 0 | 0.54 | 0.58 | 0.78 | 3.64 | 0.41 | 0.16 |
| Hex | 39 | 1A | 18 | 0 | 36 | 3A | 4E | 4 | 29 | 10 |
| Octal | 71 | 32 | 30 | 0 | 66 | 72 | 116 | 4 | 51 | 20 |
| Binary | 111001 | 11010 | 11000 | 0 | 110110 | 111010 | 1001110 | 100 | 101001 | 10000 |
Color Harmonies of #391A18
Complementary color
Monochromatic Colors of #391A18
Black with #391A18
Text Example
Text Example
White with #391A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391A18; }
p { color: rgb(57,26,24); }
H1.HeaderClassName
{
color: #391A18;
}
.AnyTagClassName
{
color: #391A18;
}
</style>
background-color css
<style>
a { background-color: #391A18; }
a { background-color: rgb(57,26,24); }
div.DivClassName
{
background-color: #391A18;
}
.BgClassName
{
background-color: #391A18;
}
</style>
border-color css
<style>
span { border-color: #391A18; }
span { border-color: rgb(57,26,24); }
td.TdClassName
{
border-color: #391A18;
}
.TagClassName
{
border-color: #391A18;
}
</style>