Shades of Seal Brown #381F1D
Tints of Seal Brown #381F1D
RGB
CMYK
RGB Variations
Color information
#381F1D (or 0x381F1D) is known color: Seal Brown. HEX triplet: 38, 1F and 1D. RGB value is (56,31,29). Sum of RGB (Red+Green+Blue) = 56+31+29=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #381F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381F1D is #C7E0E2. Grayscale: #262626. Windows color (decimal): -13099235 or 1908536. OLE color: 1908536.
HSL color Cylindrical-coordinate representation of color #381F1D: hue angle of 4.44º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #381F1D is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 31 | 29 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.78 |
| HSL | 4.44º | 0.32% | 0.17% | - |
| HSV(B) | 4.44º | 0.48% | 0.22% | - |
| XYZ | 2.34 | 1.91 | 1.41 | - |
| YUV | 38.25 | 122.78 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 31 | 29 | 0 | 0.45 | 0.48 | 0.78 | 4.44 | 0.32 | 0.17 |
| Hex | 38 | 1F | 1D | 0 | 2D | 30 | 4E | 4 | 20 | 11 |
| Octal | 70 | 37 | 35 | 0 | 55 | 60 | 116 | 4 | 40 | 21 |
| Binary | 111000 | 11111 | 11101 | 0 | 101101 | 110000 | 1001110 | 100 | 100000 | 10001 |
Color Harmonies of #381F1D
Complementary color
Monochromatic Colors of #381F1D
Black with #381F1D
Text Example
Text Example
White with #381F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381F1D; }
p { color: rgb(56,31,29); }
H1.HeaderClassName
{
color: #381F1D;
}
.AnyTagClassName
{
color: #381F1D;
}
</style>
background-color css
<style>
a { background-color: #381F1D; }
a { background-color: rgb(56,31,29); }
div.DivClassName
{
background-color: #381F1D;
}
.BgClassName
{
background-color: #381F1D;
}
</style>
border-color css
<style>
span { border-color: #381F1D; }
span { border-color: rgb(56,31,29); }
td.TdClassName
{
border-color: #381F1D;
}
.TagClassName
{
border-color: #381F1D;
}
</style>