Shades of Seal Brown #381B17
Tints of Seal Brown #381B17
RGB
CMYK
RGB Variations
Color information
#381B17 (or 0x381B17) is known color: Seal Brown. HEX triplet: 38, 1B and 17. RGB value is (56,27,23). Sum of RGB (Red+Green+Blue) = 56+27+23=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 27 (10.94% from 255 or 25.47% from 106); Blue value is 23 (9.38% from 255 or 21.70% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #381B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381B17 is #C7E4E8. Grayscale: #232323. Windows color (decimal): -13100265 or 1514296. OLE color: 1514296.
HSL color Cylindrical-coordinate representation of color #381B17: hue angle of 7.27º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #381B17 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 27 | 23 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.78 |
| HSL | 7.27º | 0.42% | 0.15% | - |
| HSV(B) | 7.27º | 0.59% | 0.22% | - |
| XYZ | 2.18 | 1.69 | 1.02 | - |
| YUV | 35.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 27 | 23 | 0 | 0.52 | 0.59 | 0.78 | 7.27 | 0.42 | 0.15 |
| Hex | 38 | 1B | 17 | 0 | 34 | 3B | 4E | 7 | 2A | F |
| Octal | 70 | 33 | 27 | 0 | 64 | 73 | 116 | 7 | 52 | 17 |
| Binary | 111000 | 11011 | 10111 | 0 | 110100 | 111011 | 1001110 | 111 | 101010 | 1111 |
Color Harmonies of #381B17
Complementary color
Monochromatic Colors of #381B17
Black with #381B17
Text Example
Text Example
White with #381B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381B17; }
p { color: rgb(56,27,23); }
H1.HeaderClassName
{
color: #381B17;
}
.AnyTagClassName
{
color: #381B17;
}
</style>
background-color css
<style>
a { background-color: #381B17; }
a { background-color: rgb(56,27,23); }
div.DivClassName
{
background-color: #381B17;
}
.BgClassName
{
background-color: #381B17;
}
</style>
border-color css
<style>
span { border-color: #381B17; }
span { border-color: rgb(56,27,23); }
td.TdClassName
{
border-color: #381B17;
}
.TagClassName
{
border-color: #381B17;
}
</style>