Shades of Seal Brown #38120F
Tints of Seal Brown #38120F
RGB
CMYK
RGB Variations
Color information
#38120F (or 0x38120F) is known color: Seal Brown. HEX triplet: 38, 12 and 0F. RGB value is (56,18,15). Sum of RGB (Red+Green+Blue) = 56+18+15=89 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.92% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 56 - color contains mainly: red. Hex color #38120F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38120F is #C7EDF0. Grayscale: #1D1D1D. Windows color (decimal): -13102577 or 987704. OLE color: 987704.
HSL color Cylindrical-coordinate representation of color #38120F: hue angle of 4.39º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38120F is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 18 | 15 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.78 |
| HSL | 4.39º | 0.58% | 0.14% | - |
| HSV(B) | 4.39º | 0.73% | 0.22% | - |
| XYZ | 1.93 | 1.31 | 0.6 | - |
| YUV | 29.02 | 120.09 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 18 | 15 | 0 | 0.68 | 0.73 | 0.78 | 4.39 | 0.58 | 0.14 |
| Hex | 38 | 12 | F | 0 | 44 | 49 | 4E | 4 | 3A | E |
| Octal | 70 | 22 | 17 | 0 | 104 | 111 | 116 | 4 | 72 | 16 |
| Binary | 111000 | 10010 | 1111 | 0 | 1000100 | 1001001 | 1001110 | 100 | 111010 | 1110 |
Color Harmonies of #38120F
Complementary color
Monochromatic Colors of #38120F
Black with #38120F
Text Example
Text Example
White with #38120F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38120F; }
p { color: rgb(56,18,15); }
H1.HeaderClassName
{
color: #38120F;
}
.AnyTagClassName
{
color: #38120F;
}
</style>
background-color css
<style>
a { background-color: #38120F; }
a { background-color: rgb(56,18,15); }
div.DivClassName
{
background-color: #38120F;
}
.BgClassName
{
background-color: #38120F;
}
</style>
border-color css
<style>
span { border-color: #38120F; }
span { border-color: rgb(56,18,15); }
td.TdClassName
{
border-color: #38120F;
}
.TagClassName
{
border-color: #38120F;
}
</style>