Shades of Seal Brown #381B1A
Tints of Seal Brown #381B1A
RGB
CMYK
RGB Variations
Color information
#381B1A (or 0x381B1A) is known color: Seal Brown. HEX triplet: 38, 1B and 1A. RGB value is (56,27,26). Sum of RGB (Red+Green+Blue) = 56+27+26=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 27 (10.94% from 255 or 24.77% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #381B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381B1A is #C7E4E5. Grayscale: #232323. Windows color (decimal): -13100262 or 1710904. OLE color: 1710904.
HSL color Cylindrical-coordinate representation of color #381B1A: hue angle of 2º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #381B1A is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 27 | 26 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.78 |
| HSL | 2º | 0.37% | 0.16% | - |
| HSV(B) | 2º | 0.54% | 0.22% | - |
| XYZ | 2.21 | 1.7 | 1.19 | - |
| YUV | 35.56 | 122.61 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 27 | 26 | 0 | 0.52 | 0.54 | 0.78 | 2 | 0.37 | 0.16 |
| Hex | 38 | 1B | 1A | 0 | 34 | 36 | 4E | 2 | 25 | 10 |
| Octal | 70 | 33 | 32 | 0 | 64 | 66 | 116 | 2 | 45 | 20 |
| Binary | 111000 | 11011 | 11010 | 0 | 110100 | 110110 | 1001110 | 10 | 100101 | 10000 |
Color Harmonies of #381B1A
Complementary color
Monochromatic Colors of #381B1A
Black with #381B1A
Text Example
Text Example
White with #381B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381B1A; }
p { color: rgb(56,27,26); }
H1.HeaderClassName
{
color: #381B1A;
}
.AnyTagClassName
{
color: #381B1A;
}
</style>
background-color css
<style>
a { background-color: #381B1A; }
a { background-color: rgb(56,27,26); }
div.DivClassName
{
background-color: #381B1A;
}
.BgClassName
{
background-color: #381B1A;
}
</style>
border-color css
<style>
span { border-color: #381B1A; }
span { border-color: rgb(56,27,26); }
td.TdClassName
{
border-color: #381B1A;
}
.TagClassName
{
border-color: #381B1A;
}
</style>