Shades of Seal Brown #381511
Tints of Seal Brown #381511
RGB
CMYK
RGB Variations
Color information
#381511 (or 0x381511) is known color: Seal Brown. HEX triplet: 38, 15 and 11. RGB value is (56,21,17). Sum of RGB (Red+Green+Blue) = 56+21+17=94 (12% of max value = 765). Red value is 56 (22.27% from 255 or 59.57% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 17 (7.03% from 255 or 18.09% from 94); Max value from RGB is 56 - color contains mainly: red. Hex color #381511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381511 is #C7EAEE. Grayscale: #1F1F1F. Windows color (decimal): -13101807 or 1119544. OLE color: 1119544.
HSL color Cylindrical-coordinate representation of color #381511: hue angle of 6.15º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #381511 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 21 | 17 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.78 |
| HSL | 6.15º | 0.53% | 0.14% | - |
| HSV(B) | 6.15º | 0.7% | 0.22% | - |
| XYZ | 2 | 1.42 | 0.7 | - |
| YUV | 31.01 | 120.1 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 21 | 17 | 0 | 0.63 | 0.70 | 0.78 | 6.15 | 0.53 | 0.14 |
| Hex | 38 | 15 | 11 | 0 | 3F | 46 | 4E | 6 | 35 | E |
| Octal | 70 | 25 | 21 | 0 | 77 | 106 | 116 | 6 | 65 | 16 |
| Binary | 111000 | 10101 | 10001 | 0 | 111111 | 1000110 | 1001110 | 110 | 110101 | 1110 |
Color Harmonies of #381511
Complementary color
Monochromatic Colors of #381511
Black with #381511
Text Example
Text Example
White with #381511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381511; }
p { color: rgb(56,21,17); }
H1.HeaderClassName
{
color: #381511;
}
.AnyTagClassName
{
color: #381511;
}
</style>
background-color css
<style>
a { background-color: #381511; }
a { background-color: rgb(56,21,17); }
div.DivClassName
{
background-color: #381511;
}
.BgClassName
{
background-color: #381511;
}
</style>
border-color css
<style>
span { border-color: #381511; }
span { border-color: rgb(56,21,17); }
td.TdClassName
{
border-color: #381511;
}
.TagClassName
{
border-color: #381511;
}
</style>