Shades of Seal Brown #381C1B
Tints of Seal Brown #381C1B
RGB
CMYK
RGB Variations
Color information
#381C1B (or 0x381C1B) is known color: Seal Brown. HEX triplet: 38, 1C and 1B. RGB value is (56,28,27). Sum of RGB (Red+Green+Blue) = 56+28+27=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 28 (11.33% from 255 or 25.23% from 111); Blue value is 27 (10.94% from 255 or 24.32% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #381C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381C1B is #C7E3E4. Grayscale: #242424. Windows color (decimal): -13100005 or 1776696. OLE color: 1776696.
HSL color Cylindrical-coordinate representation of color #381C1B: hue angle of 2.07º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #381C1B is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 28 | 27 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.78 |
| HSL | 2.07º | 0.35% | 0.16% | - |
| HSV(B) | 2.07º | 0.52% | 0.22% | - |
| XYZ | 2.24 | 1.75 | 1.26 | - |
| YUV | 36.26 | 122.78 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 28 | 27 | 0 | 0.50 | 0.52 | 0.78 | 2.07 | 0.35 | 0.16 |
| Hex | 38 | 1C | 1B | 0 | 32 | 34 | 4E | 2 | 23 | 10 |
| Octal | 70 | 34 | 33 | 0 | 62 | 64 | 116 | 2 | 43 | 20 |
| Binary | 111000 | 11100 | 11011 | 0 | 110010 | 110100 | 1001110 | 10 | 100011 | 10000 |
Color Harmonies of #381C1B
Complementary color
Monochromatic Colors of #381C1B
Black with #381C1B
Text Example
Text Example
White with #381C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381C1B; }
p { color: rgb(56,28,27); }
H1.HeaderClassName
{
color: #381C1B;
}
.AnyTagClassName
{
color: #381C1B;
}
</style>
background-color css
<style>
a { background-color: #381C1B; }
a { background-color: rgb(56,28,27); }
div.DivClassName
{
background-color: #381C1B;
}
.BgClassName
{
background-color: #381C1B;
}
</style>
border-color css
<style>
span { border-color: #381C1B; }
span { border-color: rgb(56,28,27); }
td.TdClassName
{
border-color: #381C1B;
}
.TagClassName
{
border-color: #381C1B;
}
</style>