Shades of Seal Brown #38100C
Tints of Seal Brown #38100C
RGB
CMYK
RGB Variations
Color information
#38100C (or 0x38100C) is known color: Seal Brown. HEX triplet: 38, 10 and 0C. RGB value is (56,16,12). Sum of RGB (Red+Green+Blue) = 56+16+12=84 (11% of max value = 765). Red value is 56 (22.27% from 255 or 66.67% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 12 (5.08% from 255 or 14.29% from 84); Max value from RGB is 56 - color contains mainly: red. Hex color #38100C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38100C is #C7EFF3. Grayscale: #1B1B1B. Windows color (decimal): -13103092 or 790584. OLE color: 790584.
HSL color Cylindrical-coordinate representation of color #38100C: hue angle of 5.45º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38100C is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 16 | 12 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.78 |
| HSL | 5.45º | 0.65% | 0.13% | - |
| HSV(B) | 5.45º | 0.79% | 0.22% | - |
| XYZ | 1.88 | 1.24 | 0.49 | - |
| YUV | 27.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 16 | 12 | 0 | 0.71 | 0.79 | 0.78 | 5.45 | 0.65 | 0.13 |
| Hex | 38 | 10 | C | 0 | 47 | 4F | 4E | 5 | 41 | D |
| Octal | 70 | 20 | 14 | 0 | 107 | 117 | 116 | 5 | 101 | 15 |
| Binary | 111000 | 10000 | 1100 | 0 | 1000111 | 1001111 | 1001110 | 101 | 1000001 | 1101 |
Color Harmonies of #38100C
Complementary color
Monochromatic Colors of #38100C
Black with #38100C
Text Example
Text Example
White with #38100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38100C; }
p { color: rgb(56,16,12); }
H1.HeaderClassName
{
color: #38100C;
}
.AnyTagClassName
{
color: #38100C;
}
</style>
background-color css
<style>
a { background-color: #38100C; }
a { background-color: rgb(56,16,12); }
div.DivClassName
{
background-color: #38100C;
}
.BgClassName
{
background-color: #38100C;
}
</style>
border-color css
<style>
span { border-color: #38100C; }
span { border-color: rgb(56,16,12); }
td.TdClassName
{
border-color: #38100C;
}
.TagClassName
{
border-color: #38100C;
}
</style>