Shades of Seal Brown #381A18
Tints of Seal Brown #381A18
RGB
CMYK
RGB Variations
Color information
#381A18 (or 0x381A18) is known color: Seal Brown. HEX triplet: 38, 1A and 18. RGB value is (56,26,24). Sum of RGB (Red+Green+Blue) = 56+26+24=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 26 (10.55% from 255 or 24.53% from 106); Blue value is 24 (9.77% from 255 or 22.64% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #381A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381A18 is #C7E5E7. Grayscale: #222222. Windows color (decimal): -13100520 or 1579576. OLE color: 1579576.
HSL color Cylindrical-coordinate representation of color #381A18: hue angle of 3.75º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #381A18 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 26 | 24 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.78 |
| HSL | 3.75º | 0.4% | 0.16% | - |
| HSV(B) | 3.75º | 0.57% | 0.22% | - |
| XYZ | 2.17 | 1.65 | 1.07 | - |
| YUV | 34.74 | 121.94 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 26 | 24 | 0 | 0.54 | 0.57 | 0.78 | 3.75 | 0.4 | 0.16 |
| Hex | 38 | 1A | 18 | 0 | 36 | 39 | 4E | 4 | 28 | 10 |
| Octal | 70 | 32 | 30 | 0 | 66 | 71 | 116 | 4 | 50 | 20 |
| Binary | 111000 | 11010 | 11000 | 0 | 110110 | 111001 | 1001110 | 100 | 101000 | 10000 |
Color Harmonies of #381A18
Complementary color
Monochromatic Colors of #381A18
Black with #381A18
Text Example
Text Example
White with #381A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381A18; }
p { color: rgb(56,26,24); }
H1.HeaderClassName
{
color: #381A18;
}
.AnyTagClassName
{
color: #381A18;
}
</style>
background-color css
<style>
a { background-color: #381A18; }
a { background-color: rgb(56,26,24); }
div.DivClassName
{
background-color: #381A18;
}
.BgClassName
{
background-color: #381A18;
}
</style>
border-color css
<style>
span { border-color: #381A18; }
span { border-color: rgb(56,26,24); }
td.TdClassName
{
border-color: #381A18;
}
.TagClassName
{
border-color: #381A18;
}
</style>