Shades of Seal Brown #38130E
Tints of Seal Brown #38130E
RGB
CMYK
RGB Variations
Color information
#38130E (or 0x38130E) is known color: Seal Brown. HEX triplet: 38, 13 and 0E. RGB value is (56,19,14). Sum of RGB (Red+Green+Blue) = 56+19+14=89 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.92% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 14 (5.86% from 255 or 15.73% from 89); Max value from RGB is 56 - color contains mainly: red. Hex color #38130E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38130E is #C7ECF1. Grayscale: #1D1D1D. Windows color (decimal): -13102322 or 922424. OLE color: 922424.
HSL color Cylindrical-coordinate representation of color #38130E: hue angle of 7.14º 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 #38130E is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 19 | 14 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.78 |
| HSL | 7.14º | 0.6% | 0.14% | - |
| HSV(B) | 7.14º | 0.75% | 0.22% | - |
| XYZ | 1.94 | 1.34 | 0.57 | - |
| YUV | 29.49 | 119.26 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 19 | 14 | 0 | 0.66 | 0.75 | 0.78 | 7.14 | 0.6 | 0.14 |
| Hex | 38 | 13 | E | 0 | 42 | 4B | 4E | 7 | 3C | E |
| Octal | 70 | 23 | 16 | 0 | 102 | 113 | 116 | 7 | 74 | 16 |
| Binary | 111000 | 10011 | 1110 | 0 | 1000010 | 1001011 | 1001110 | 111 | 111100 | 1110 |
Color Harmonies of #38130E
Complementary color
Monochromatic Colors of #38130E
Black with #38130E
Text Example
Text Example
White with #38130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38130E; }
p { color: rgb(56,19,14); }
H1.HeaderClassName
{
color: #38130E;
}
.AnyTagClassName
{
color: #38130E;
}
</style>
background-color css
<style>
a { background-color: #38130E; }
a { background-color: rgb(56,19,14); }
div.DivClassName
{
background-color: #38130E;
}
.BgClassName
{
background-color: #38130E;
}
</style>
border-color css
<style>
span { border-color: #38130E; }
span { border-color: rgb(56,19,14); }
td.TdClassName
{
border-color: #38130E;
}
.TagClassName
{
border-color: #38130E;
}
</style>