Shades of Seal Brown #380E09
Tints of Seal Brown #380E09
RGB
CMYK
RGB Variations
Color information
#380E09 (or 0x380E09) is known color: Seal Brown. HEX triplet: 38, 0E and 09. RGB value is (56,14,9). Sum of RGB (Red+Green+Blue) = 56+14+9=79 (10% of max value = 765). Red value is 56 (22.27% from 255 or 70.89% from 79); Green value is 14 (5.86% from 255 or 17.72% from 79); Blue value is 9 (3.91% from 255 or 11.39% from 79); Max value from RGB is 56 - color contains mainly: red. Hex color #380E09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380E09 is #C7F1F6. Grayscale: #1A1A1A. Windows color (decimal): -13103607 or 593464. OLE color: 593464.
HSL color Cylindrical-coordinate representation of color #380E09: hue angle of 6.38º 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 #380E09 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 14 | 9 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.78 |
| HSL | 6.38º | 0.72% | 0.13% | - |
| HSV(B) | 6.38º | 0.84% | 0.22% | - |
| XYZ | 1.84 | 1.17 | 0.39 | - |
| YUV | 25.99 | 118.41 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 14 | 9 | 0 | 0.75 | 0.84 | 0.78 | 6.38 | 0.72 | 0.13 |
| Hex | 38 | E | 9 | 0 | 4B | 54 | 4E | 6 | 48 | D |
| Octal | 70 | 16 | 11 | 0 | 113 | 124 | 116 | 6 | 110 | 15 |
| Binary | 111000 | 1110 | 1001 | 0 | 1001011 | 1010100 | 1001110 | 110 | 1001000 | 1101 |
Color Harmonies of #380E09
Complementary color
Monochromatic Colors of #380E09
Black with #380E09
Text Example
Text Example
White with #380E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380E09; }
p { color: rgb(56,14,9); }
H1.HeaderClassName
{
color: #380E09;
}
.AnyTagClassName
{
color: #380E09;
}
</style>
background-color css
<style>
a { background-color: #380E09; }
a { background-color: rgb(56,14,9); }
div.DivClassName
{
background-color: #380E09;
}
.BgClassName
{
background-color: #380E09;
}
</style>
border-color css
<style>
span { border-color: #380E09; }
span { border-color: rgb(56,14,9); }
td.TdClassName
{
border-color: #380E09;
}
.TagClassName
{
border-color: #380E09;
}
</style>