Shades of Seal Brown #38100D
Tints of Seal Brown #38100D
RGB
CMYK
RGB Variations
Color information
#38100D (or 0x38100D) is known color: Seal Brown. HEX triplet: 38, 10 and 0D. RGB value is (56,16,13). Sum of RGB (Red+Green+Blue) = 56+16+13=85 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.88% from 85); Green value is 16 (6.64% from 255 or 18.82% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 56 - color contains mainly: red. Hex color #38100D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38100D is #C7EFF2. Grayscale: #1B1B1B. Windows color (decimal): -13103091 or 856120. OLE color: 856120.
HSL color Cylindrical-coordinate representation of color #38100D: hue angle of 4.19º 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 #38100D is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 16 | 13 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.78 |
| HSL | 4.19º | 0.62% | 0.14% | - |
| HSV(B) | 4.19º | 0.77% | 0.22% | - |
| XYZ | 1.89 | 1.24 | 0.52 | - |
| YUV | 27.62 | 119.75 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 16 | 13 | 0 | 0.71 | 0.77 | 0.78 | 4.19 | 0.62 | 0.14 |
| Hex | 38 | 10 | D | 0 | 47 | 4D | 4E | 4 | 3E | E |
| Octal | 70 | 20 | 15 | 0 | 107 | 115 | 116 | 4 | 76 | 16 |
| Binary | 111000 | 10000 | 1101 | 0 | 1000111 | 1001101 | 1001110 | 100 | 111110 | 1110 |
Color Harmonies of #38100D
Complementary color
Monochromatic Colors of #38100D
Black with #38100D
Text Example
Text Example
White with #38100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38100D; }
p { color: rgb(56,16,13); }
H1.HeaderClassName
{
color: #38100D;
}
.AnyTagClassName
{
color: #38100D;
}
</style>
background-color css
<style>
a { background-color: #38100D; }
a { background-color: rgb(56,16,13); }
div.DivClassName
{
background-color: #38100D;
}
.BgClassName
{
background-color: #38100D;
}
</style>
border-color css
<style>
span { border-color: #38100D; }
span { border-color: rgb(56,16,13); }
td.TdClassName
{
border-color: #38100D;
}
.TagClassName
{
border-color: #38100D;
}
</style>