Shades of Seal Brown #381100
Tints of Seal Brown #381100
RGB
CMYK
RGB Variations
Color information
#381100 (or 0x381100) is known color: Seal Brown. HEX triplet: 38, 11 and 00. RGB value is (56,17,0). Sum of RGB (Red+Green+Blue) = 56+17+0=73 (9% of max value = 765). Red value is 56 (22.27% from 255 or 76.71% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 0 (0.39% from 255 or 0% from 73); Max value from RGB is 56 - color contains mainly: red. Hex color #381100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381100 is #C7EEFF. Grayscale: #1A1A1A. Windows color (decimal): -13102848 or 4408. OLE color: 4408.
HSL color Cylindrical-coordinate representation of color #381100: hue angle of 18.21º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #381100 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 17 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.78 |
| HSL | 18.21º | 1% | 0.11% | - |
| HSV(B) | 18.21º | 1% | 0.22% | - |
| XYZ | 1.83 | 1.24 | 0.14 | - |
| YUV | 26.72 | 112.92 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 17 | 0 | 0 | 0.70 | 1 | 0.78 | 18.21 | 1 | 0.11 |
| Hex | 38 | 11 | 0 | 0 | 46 | 64 | 4E | 12 | 64 | B |
| Octal | 70 | 21 | 0 | 0 | 106 | 144 | 116 | 22 | 144 | 13 |
| Binary | 111000 | 10001 | 0 | 0 | 1000110 | 1100100 | 1001110 | 10010 | 1100100 | 1011 |
Color Harmonies of #381100
Complementary color
Monochromatic Colors of #381100
Black with #381100
Text Example
Text Example
White with #381100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381100; }
p { color: rgb(56,17,0); }
H1.HeaderClassName
{
color: #381100;
}
.AnyTagClassName
{
color: #381100;
}
</style>
background-color css
<style>
a { background-color: #381100; }
a { background-color: rgb(56,17,0); }
div.DivClassName
{
background-color: #381100;
}
.BgClassName
{
background-color: #381100;
}
</style>
border-color css
<style>
span { border-color: #381100; }
span { border-color: rgb(56,17,0); }
td.TdClassName
{
border-color: #381100;
}
.TagClassName
{
border-color: #381100;
}
</style>