Shades of Seal Brown #381E1D
Tints of Seal Brown #381E1D
RGB
CMYK
RGB Variations
Color information
#381E1D (or 0x381E1D) is known color: Seal Brown. HEX triplet: 38, 1E and 1D. RGB value is (56,30,29). Sum of RGB (Red+Green+Blue) = 56+30+29=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #381E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381E1D is #C7E1E2. Grayscale: #252525. Windows color (decimal): -13099491 or 1908280. OLE color: 1908280.
HSL color Cylindrical-coordinate representation of color #381E1D: hue angle of 2.22º 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 #381E1D is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 30 | 29 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.78 |
| HSL | 2.22º | 0.32% | 0.17% | - |
| HSV(B) | 2.22º | 0.48% | 0.22% | - |
| XYZ | 2.32 | 1.86 | 1.4 | - |
| YUV | 37.66 | 123.11 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 30 | 29 | 0 | 0.46 | 0.48 | 0.78 | 2.22 | 0.32 | 0.17 |
| Hex | 38 | 1E | 1D | 0 | 2E | 30 | 4E | 2 | 20 | 11 |
| Octal | 70 | 36 | 35 | 0 | 56 | 60 | 116 | 2 | 40 | 21 |
| Binary | 111000 | 11110 | 11101 | 0 | 101110 | 110000 | 1001110 | 10 | 100000 | 10001 |
Color Harmonies of #381E1D
Complementary color
Monochromatic Colors of #381E1D
Black with #381E1D
Text Example
Text Example
White with #381E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381E1D; }
p { color: rgb(56,30,29); }
H1.HeaderClassName
{
color: #381E1D;
}
.AnyTagClassName
{
color: #381E1D;
}
</style>
background-color css
<style>
a { background-color: #381E1D; }
a { background-color: rgb(56,30,29); }
div.DivClassName
{
background-color: #381E1D;
}
.BgClassName
{
background-color: #381E1D;
}
</style>
border-color css
<style>
span { border-color: #381E1D; }
span { border-color: rgb(56,30,29); }
td.TdClassName
{
border-color: #381E1D;
}
.TagClassName
{
border-color: #381E1D;
}
</style>