Shades of Seal Brown #381003
Tints of Seal Brown #381003
RGB
CMYK
RGB Variations
Color information
#381003 (or 0x381003) is known color: Seal Brown. HEX triplet: 38, 10 and 03. RGB value is (56,16,3). Sum of RGB (Red+Green+Blue) = 56+16+3=75 (9% of max value = 765). Red value is 56 (22.27% from 255 or 74.67% from 75); Green value is 16 (6.64% from 255 or 21.33% from 75); Blue value is 3 (1.56% from 255 or 4% from 75); Max value from RGB is 56 - color contains mainly: red. Hex color #381003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381003 is #C7EFFC. Grayscale: #1A1A1A. Windows color (decimal): -13103101 or 200760. OLE color: 200760.
HSL color Cylindrical-coordinate representation of color #381003: hue angle of 14.72º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #381003 is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 16 | 3 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.78 |
| HSL | 14.72º | 0.9% | 0.12% | - |
| HSV(B) | 14.72º | 0.95% | 0.22% | - |
| XYZ | 1.83 | 1.22 | 0.22 | - |
| YUV | 26.48 | 114.75 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 16 | 3 | 0 | 0.71 | 0.95 | 0.78 | 14.72 | 0.9 | 0.12 |
| Hex | 38 | 10 | 3 | 0 | 47 | 5F | 4E | F | 5A | C |
| Octal | 70 | 20 | 3 | 0 | 107 | 137 | 116 | 17 | 132 | 14 |
| Binary | 111000 | 10000 | 11 | 0 | 1000111 | 1011111 | 1001110 | 1111 | 1011010 | 1100 |
Color Harmonies of #381003
Complementary color
Monochromatic Colors of #381003
Black with #381003
Text Example
Text Example
White with #381003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381003; }
p { color: rgb(56,16,3); }
H1.HeaderClassName
{
color: #381003;
}
.AnyTagClassName
{
color: #381003;
}
</style>
background-color css
<style>
a { background-color: #381003; }
a { background-color: rgb(56,16,3); }
div.DivClassName
{
background-color: #381003;
}
.BgClassName
{
background-color: #381003;
}
</style>
border-color css
<style>
span { border-color: #381003; }
span { border-color: rgb(56,16,3); }
td.TdClassName
{
border-color: #381003;
}
.TagClassName
{
border-color: #381003;
}
</style>