Shades of Seal Brown #38100B
Tints of Seal Brown #38100B
RGB
CMYK
RGB Variations
Color information
#38100B (or 0x38100B) is known color: Seal Brown. HEX triplet: 38, 10 and 0B. RGB value is (56,16,11). Sum of RGB (Red+Green+Blue) = 56+16+11=83 (10% of max value = 765). Red value is 56 (22.27% from 255 or 67.47% from 83); Green value is 16 (6.64% from 255 or 19.28% from 83); Blue value is 11 (4.69% from 255 or 13.25% from 83); Max value from RGB is 56 - color contains mainly: red. Hex color #38100B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38100B is #C7EFF4. Grayscale: #1B1B1B. Windows color (decimal): -13103093 or 725048. OLE color: 725048.
HSL color Cylindrical-coordinate representation of color #38100B: hue angle of 6.67º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38100B is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 16 | 11 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.78 |
| HSL | 6.67º | 0.67% | 0.13% | - |
| HSV(B) | 6.67º | 0.8% | 0.22% | - |
| XYZ | 1.88 | 1.24 | 0.46 | - |
| YUV | 27.39 | 118.75 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 16 | 11 | 0 | 0.71 | 0.80 | 0.78 | 6.67 | 0.67 | 0.13 |
| Hex | 38 | 10 | B | 0 | 47 | 50 | 4E | 7 | 43 | D |
| Octal | 70 | 20 | 13 | 0 | 107 | 120 | 116 | 7 | 103 | 15 |
| Binary | 111000 | 10000 | 1011 | 0 | 1000111 | 1010000 | 1001110 | 111 | 1000011 | 1101 |
Color Harmonies of #38100B
Complementary color
Monochromatic Colors of #38100B
Black with #38100B
Text Example
Text Example
White with #38100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38100B; }
p { color: rgb(56,16,11); }
H1.HeaderClassName
{
color: #38100B;
}
.AnyTagClassName
{
color: #38100B;
}
</style>
background-color css
<style>
a { background-color: #38100B; }
a { background-color: rgb(56,16,11); }
div.DivClassName
{
background-color: #38100B;
}
.BgClassName
{
background-color: #38100B;
}
</style>
border-color css
<style>
span { border-color: #38100B; }
span { border-color: rgb(56,16,11); }
td.TdClassName
{
border-color: #38100B;
}
.TagClassName
{
border-color: #38100B;
}
</style>