Shades of Seal Brown #38100F
Tints of Seal Brown #38100F
RGB
CMYK
RGB Variations
Color information
#38100F (or 0x38100F) is known color: Seal Brown. HEX triplet: 38, 10 and 0F. RGB value is (56,16,15). Sum of RGB (Red+Green+Blue) = 56+16+15=87 (11% of max value = 765). Red value is 56 (22.27% from 255 or 64.37% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 15 (6.25% from 255 or 17.24% from 87); Max value from RGB is 56 - color contains mainly: red. Hex color #38100F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38100F is #C7EFF0. Grayscale: #1B1B1B. Windows color (decimal): -13103089 or 987192. OLE color: 987192.
HSL color Cylindrical-coordinate representation of color #38100F: hue angle of 1.46º 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 #38100F is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 16 | 15 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.78 |
| HSL | 1.46º | 0.58% | 0.14% | - |
| HSV(B) | 1.46º | 0.73% | 0.22% | - |
| XYZ | 1.9 | 1.25 | 0.59 | - |
| YUV | 27.85 | 120.75 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 16 | 15 | 0 | 0.71 | 0.73 | 0.78 | 1.46 | 0.58 | 0.14 |
| Hex | 38 | 10 | F | 0 | 47 | 49 | 4E | 1 | 3A | E |
| Octal | 70 | 20 | 17 | 0 | 107 | 111 | 116 | 1 | 72 | 16 |
| Binary | 111000 | 10000 | 1111 | 0 | 1000111 | 1001001 | 1001110 | 1 | 111010 | 1110 |
Color Harmonies of #38100F
Complementary color
Monochromatic Colors of #38100F
Black with #38100F
Text Example
Text Example
White with #38100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38100F; }
p { color: rgb(56,16,15); }
H1.HeaderClassName
{
color: #38100F;
}
.AnyTagClassName
{
color: #38100F;
}
</style>
background-color css
<style>
a { background-color: #38100F; }
a { background-color: rgb(56,16,15); }
div.DivClassName
{
background-color: #38100F;
}
.BgClassName
{
background-color: #38100F;
}
</style>
border-color css
<style>
span { border-color: #38100F; }
span { border-color: rgb(56,16,15); }
td.TdClassName
{
border-color: #38100F;
}
.TagClassName
{
border-color: #38100F;
}
</style>