Shades of Seal Brown #38100A
Tints of Seal Brown #38100A
RGB
CMYK
RGB Variations
Color information
#38100A (or 0x38100A) is known color: Seal Brown. HEX triplet: 38, 10 and 0A. RGB value is (56,16,10). Sum of RGB (Red+Green+Blue) = 56+16+10=82 (10% of max value = 765). Red value is 56 (22.27% from 255 or 68.29% from 82); Green value is 16 (6.64% from 255 or 19.51% from 82); Blue value is 10 (4.30% from 255 or 12.20% from 82); Max value from RGB is 56 - color contains mainly: red. Hex color #38100A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38100A is #C7EFF5. Grayscale: #1B1B1B. Windows color (decimal): -13103094 or 659512. OLE color: 659512.
HSL color Cylindrical-coordinate representation of color #38100A: hue angle of 7.83º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #38100A is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 16 | 10 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.78 |
| HSL | 7.83º | 0.7% | 0.13% | - |
| HSV(B) | 7.83º | 0.82% | 0.22% | - |
| XYZ | 1.87 | 1.23 | 0.43 | - |
| YUV | 27.28 | 118.25 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 16 | 10 | 0 | 0.71 | 0.82 | 0.78 | 7.83 | 0.7 | 0.13 |
| Hex | 38 | 10 | A | 0 | 47 | 52 | 4E | 8 | 46 | D |
| Octal | 70 | 20 | 12 | 0 | 107 | 122 | 116 | 10 | 106 | 15 |
| Binary | 111000 | 10000 | 1010 | 0 | 1000111 | 1010010 | 1001110 | 1000 | 1000110 | 1101 |
Color Harmonies of #38100A
Complementary color
Monochromatic Colors of #38100A
Black with #38100A
Text Example
Text Example
White with #38100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38100A; }
p { color: rgb(56,16,10); }
H1.HeaderClassName
{
color: #38100A;
}
.AnyTagClassName
{
color: #38100A;
}
</style>
background-color css
<style>
a { background-color: #38100A; }
a { background-color: rgb(56,16,10); }
div.DivClassName
{
background-color: #38100A;
}
.BgClassName
{
background-color: #38100A;
}
</style>
border-color css
<style>
span { border-color: #38100A; }
span { border-color: rgb(56,16,10); }
td.TdClassName
{
border-color: #38100A;
}
.TagClassName
{
border-color: #38100A;
}
</style>