Shades of Seal Brown #381B18
Tints of Seal Brown #381B18
RGB
CMYK
RGB Variations
Color information
#381B18 (or 0x381B18) is known color: Seal Brown. HEX triplet: 38, 1B and 18. RGB value is (56,27,24). Sum of RGB (Red+Green+Blue) = 56+27+24=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 27 (10.94% from 255 or 25.23% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #381B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381B18 is #C7E4E7. Grayscale: #232323. Windows color (decimal): -13100264 or 1579832. OLE color: 1579832.
HSL color Cylindrical-coordinate representation of color #381B18: hue angle of 5.62º 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 #381B18 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 27 | 24 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.78 |
| HSL | 5.63º | 0.4% | 0.16% | - |
| HSV(B) | 5.63º | 0.57% | 0.22% | - |
| XYZ | 2.19 | 1.69 | 1.08 | - |
| YUV | 35.33 | 121.61 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 27 | 24 | 0 | 0.52 | 0.57 | 0.78 | 5.63 | 0.4 | 0.16 |
| Hex | 38 | 1B | 18 | 0 | 34 | 39 | 4E | 6 | 28 | 10 |
| Octal | 70 | 33 | 30 | 0 | 64 | 71 | 116 | 6 | 50 | 20 |
| Binary | 111000 | 11011 | 11000 | 0 | 110100 | 111001 | 1001110 | 110 | 101000 | 10000 |
Color Harmonies of #381B18
Complementary color
Monochromatic Colors of #381B18
Black with #381B18
Text Example
Text Example
White with #381B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381B18; }
p { color: rgb(56,27,24); }
H1.HeaderClassName
{
color: #381B18;
}
.AnyTagClassName
{
color: #381B18;
}
</style>
background-color css
<style>
a { background-color: #381B18; }
a { background-color: rgb(56,27,24); }
div.DivClassName
{
background-color: #381B18;
}
.BgClassName
{
background-color: #381B18;
}
</style>
border-color css
<style>
span { border-color: #381B18; }
span { border-color: rgb(56,27,24); }
td.TdClassName
{
border-color: #381B18;
}
.TagClassName
{
border-color: #381B18;
}
</style>