Shades of Seal Brown #38160D
Tints of Seal Brown #38160D
RGB
CMYK
RGB Variations
Color information
#38160D (or 0x38160D) is known color: Seal Brown. HEX triplet: 38, 16 and 0D. RGB value is (56,22,13). Sum of RGB (Red+Green+Blue) = 56+22+13=91 (12% of max value = 765). Red value is 56 (22.27% from 255 or 61.54% from 91); Green value is 22 (8.98% from 255 or 24.18% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 56 - color contains mainly: red. Hex color #38160D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38160D is #C7E9F2. Grayscale: #1F1F1F. Windows color (decimal): -13101555 or 857656. OLE color: 857656.
HSL color Cylindrical-coordinate representation of color #38160D: hue angle of 12.56º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38160D is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 22 | 13 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.78 |
| HSL | 12.56º | 0.62% | 0.14% | - |
| HSV(B) | 12.56º | 0.77% | 0.22% | - |
| XYZ | 1.99 | 1.44 | 0.55 | - |
| YUV | 31.14 | 117.76 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 22 | 13 | 0 | 0.61 | 0.77 | 0.78 | 12.56 | 0.62 | 0.14 |
| Hex | 38 | 16 | D | 0 | 3D | 4D | 4E | D | 3E | E |
| Octal | 70 | 26 | 15 | 0 | 75 | 115 | 116 | 15 | 76 | 16 |
| Binary | 111000 | 10110 | 1101 | 0 | 111101 | 1001101 | 1001110 | 1101 | 111110 | 1110 |
Color Harmonies of #38160D
Complementary color
Monochromatic Colors of #38160D
Black with #38160D
Text Example
Text Example
White with #38160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38160D; }
p { color: rgb(56,22,13); }
H1.HeaderClassName
{
color: #38160D;
}
.AnyTagClassName
{
color: #38160D;
}
</style>
background-color css
<style>
a { background-color: #38160D; }
a { background-color: rgb(56,22,13); }
div.DivClassName
{
background-color: #38160D;
}
.BgClassName
{
background-color: #38160D;
}
</style>
border-color css
<style>
span { border-color: #38160D; }
span { border-color: rgb(56,22,13); }
td.TdClassName
{
border-color: #38160D;
}
.TagClassName
{
border-color: #38160D;
}
</style>