Shades of Seal Brown #381409
Tints of Seal Brown #381409
RGB
CMYK
RGB Variations
Color information
#381409 (or 0x381409) is known color: Seal Brown. HEX triplet: 38, 14 and 09. RGB value is (56,20,9). Sum of RGB (Red+Green+Blue) = 56+20+9=85 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.88% from 85); Green value is 20 (8.20% from 255 or 23.53% from 85); Blue value is 9 (3.91% from 255 or 10.59% from 85); Max value from RGB is 56 - color contains mainly: red. Hex color #381409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381409 is #C7EBF6. Grayscale: #1D1D1D. Windows color (decimal): -13102071 or 595000. OLE color: 595000.
HSL color Cylindrical-coordinate representation of color #381409: hue angle of 14.04º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #381409 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 20 | 9 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.78 |
| HSL | 14.04º | 0.72% | 0.13% | - |
| HSV(B) | 14.04º | 0.84% | 0.22% | - |
| XYZ | 1.93 | 1.36 | 0.42 | - |
| YUV | 29.51 | 116.43 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 20 | 9 | 0 | 0.64 | 0.84 | 0.78 | 14.04 | 0.72 | 0.13 |
| Hex | 38 | 14 | 9 | 0 | 40 | 54 | 4E | E | 48 | D |
| Octal | 70 | 24 | 11 | 0 | 100 | 124 | 116 | 16 | 110 | 15 |
| Binary | 111000 | 10100 | 1001 | 0 | 1000000 | 1010100 | 1001110 | 1110 | 1001000 | 1101 |
Color Harmonies of #381409
Complementary color
Monochromatic Colors of #381409
Black with #381409
Text Example
Text Example
White with #381409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381409; }
p { color: rgb(56,20,9); }
H1.HeaderClassName
{
color: #381409;
}
.AnyTagClassName
{
color: #381409;
}
</style>
background-color css
<style>
a { background-color: #381409; }
a { background-color: rgb(56,20,9); }
div.DivClassName
{
background-color: #381409;
}
.BgClassName
{
background-color: #381409;
}
</style>
border-color css
<style>
span { border-color: #381409; }
span { border-color: rgb(56,20,9); }
td.TdClassName
{
border-color: #381409;
}
.TagClassName
{
border-color: #381409;
}
</style>