Shades of Seal Brown #381000
Tints of Seal Brown #381000
RGB
CMYK
RGB Variations
Color information
#381000 (or 0x381000) is known color: Seal Brown. HEX triplet: 38, 10 and 00. RGB value is (56,16,0). Sum of RGB (Red+Green+Blue) = 56+16+0=72 (9% of max value = 765). Red value is 56 (22.27% from 255 or 77.78% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 0 (0.39% from 255 or 0% from 72); Max value from RGB is 56 - color contains mainly: red. Hex color #381000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381000 is #C7EFFF. Grayscale: #1A1A1A. Windows color (decimal): -13103104 or 4152. OLE color: 4152.
HSL color Cylindrical-coordinate representation of color #381000: hue angle of 17.14º 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 #381000 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 16 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.78 |
| HSL | 17.14º | 1% | 0.11% | - |
| HSV(B) | 17.14º | 1% | 0.22% | - |
| XYZ | 1.82 | 1.21 | 0.14 | - |
| YUV | 26.14 | 113.25 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 16 | 0 | 0 | 0.71 | 1 | 0.78 | 17.14 | 1 | 0.11 |
| Hex | 38 | 10 | 0 | 0 | 47 | 64 | 4E | 11 | 64 | B |
| Octal | 70 | 20 | 0 | 0 | 107 | 144 | 116 | 21 | 144 | 13 |
| Binary | 111000 | 10000 | 0 | 0 | 1000111 | 1100100 | 1001110 | 10001 | 1100100 | 1011 |
Color Harmonies of #381000
Complementary color
Monochromatic Colors of #381000
Black with #381000
Text Example
Text Example
White with #381000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381000; }
p { color: rgb(56,16,0); }
H1.HeaderClassName
{
color: #381000;
}
.AnyTagClassName
{
color: #381000;
}
</style>
background-color css
<style>
a { background-color: #381000; }
a { background-color: rgb(56,16,0); }
div.DivClassName
{
background-color: #381000;
}
.BgClassName
{
background-color: #381000;
}
</style>
border-color css
<style>
span { border-color: #381000; }
span { border-color: rgb(56,16,0); }
td.TdClassName
{
border-color: #381000;
}
.TagClassName
{
border-color: #381000;
}
</style>