Shades of Seal Brown #381101
Tints of Seal Brown #381101
RGB
CMYK
RGB Variations
Color information
#381101 (or 0x381101) is known color: Seal Brown. HEX triplet: 38, 11 and 01. RGB value is (56,17,1). Sum of RGB (Red+Green+Blue) = 56+17+1=74 (9% of max value = 765). Red value is 56 (22.27% from 255 or 75.68% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 1 (0.78% from 255 or 1.35% from 74); Max value from RGB is 56 - color contains mainly: red. Hex color #381101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381101 is #C7EEFE. Grayscale: #1A1A1A. Windows color (decimal): -13102847 or 69944. OLE color: 69944.
HSL color Cylindrical-coordinate representation of color #381101: hue angle of 17.45º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #381101 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 17 | 1 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.78 |
| HSL | 17.45º | 0.96% | 0.11% | - |
| HSV(B) | 17.45º | 0.98% | 0.22% | - |
| XYZ | 1.84 | 1.24 | 0.17 | - |
| YUV | 26.84 | 113.42 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 17 | 1 | 0 | 0.70 | 0.98 | 0.78 | 17.45 | 0.96 | 0.11 |
| Hex | 38 | 11 | 1 | 0 | 46 | 62 | 4E | 11 | 60 | B |
| Octal | 70 | 21 | 1 | 0 | 106 | 142 | 116 | 21 | 140 | 13 |
| Binary | 111000 | 10001 | 1 | 0 | 1000110 | 1100010 | 1001110 | 10001 | 1100000 | 1011 |
Color Harmonies of #381101
Complementary color
Monochromatic Colors of #381101
Black with #381101
Text Example
Text Example
White with #381101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381101; }
p { color: rgb(56,17,1); }
H1.HeaderClassName
{
color: #381101;
}
.AnyTagClassName
{
color: #381101;
}
</style>
background-color css
<style>
a { background-color: #381101; }
a { background-color: rgb(56,17,1); }
div.DivClassName
{
background-color: #381101;
}
.BgClassName
{
background-color: #381101;
}
</style>
border-color css
<style>
span { border-color: #381101; }
span { border-color: rgb(56,17,1); }
td.TdClassName
{
border-color: #381101;
}
.TagClassName
{
border-color: #381101;
}
</style>