Shades of Seal Brown #38150E
Tints of Seal Brown #38150E
RGB
CMYK
RGB Variations
Color information
#38150E (or 0x38150E) is known color: Seal Brown. HEX triplet: 38, 15 and 0E. RGB value is (56,21,14). Sum of RGB (Red+Green+Blue) = 56+21+14=91 (12% of max value = 765). Red value is 56 (22.27% from 255 or 61.54% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 14 (5.86% from 255 or 15.38% from 91); Max value from RGB is 56 - color contains mainly: red. Hex color #38150E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38150E is #C7EAF1. Grayscale: #1E1E1E. Windows color (decimal): -13101810 or 922936. OLE color: 922936.
HSL color Cylindrical-coordinate representation of color #38150E: hue angle of 10º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38150E is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 21 | 14 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.78 |
| HSL | 10º | 0.6% | 0.14% | - |
| HSV(B) | 10º | 0.75% | 0.22% | - |
| XYZ | 1.98 | 1.41 | 0.58 | - |
| YUV | 30.67 | 118.6 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 21 | 14 | 0 | 0.63 | 0.75 | 0.78 | 10 | 0.6 | 0.14 |
| Hex | 38 | 15 | E | 0 | 3F | 4B | 4E | A | 3C | E |
| Octal | 70 | 25 | 16 | 0 | 77 | 113 | 116 | 12 | 74 | 16 |
| Binary | 111000 | 10101 | 1110 | 0 | 111111 | 1001011 | 1001110 | 1010 | 111100 | 1110 |
Color Harmonies of #38150E
Complementary color
Monochromatic Colors of #38150E
Black with #38150E
Text Example
Text Example
White with #38150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38150E; }
p { color: rgb(56,21,14); }
H1.HeaderClassName
{
color: #38150E;
}
.AnyTagClassName
{
color: #38150E;
}
</style>
background-color css
<style>
a { background-color: #38150E; }
a { background-color: rgb(56,21,14); }
div.DivClassName
{
background-color: #38150E;
}
.BgClassName
{
background-color: #38150E;
}
</style>
border-color css
<style>
span { border-color: #38150E; }
span { border-color: rgb(56,21,14); }
td.TdClassName
{
border-color: #38150E;
}
.TagClassName
{
border-color: #38150E;
}
</style>