Shades of Seal Brown #380E04
Tints of Seal Brown #380E04
RGB
CMYK
RGB Variations
Color information
#380E04 (or 0x380E04) is known color: Seal Brown. HEX triplet: 38, 0E and 04. RGB value is (56,14,4). Sum of RGB (Red+Green+Blue) = 56+14+4=74 (9% of max value = 765). Red value is 56 (22.27% from 255 or 75.68% from 74); Green value is 14 (5.86% from 255 or 18.92% from 74); Blue value is 4 (1.95% from 255 or 5.41% from 74); Max value from RGB is 56 - color contains mainly: red. Hex color #380E04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380E04 is #C7F1FB. Grayscale: #191919. Windows color (decimal): -13103612 or 265784. OLE color: 265784.
HSL color Cylindrical-coordinate representation of color #380E04: hue angle of 11.54º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #380E04 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 14 | 4 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.78 |
| HSL | 11.54º | 0.87% | 0.12% | - |
| HSV(B) | 11.54º | 0.93% | 0.22% | - |
| XYZ | 1.81 | 1.16 | 0.24 | - |
| YUV | 25.42 | 115.91 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 14 | 4 | 0 | 0.75 | 0.93 | 0.78 | 11.54 | 0.87 | 0.12 |
| Hex | 38 | E | 4 | 0 | 4B | 5D | 4E | C | 57 | C |
| Octal | 70 | 16 | 4 | 0 | 113 | 135 | 116 | 14 | 127 | 14 |
| Binary | 111000 | 1110 | 100 | 0 | 1001011 | 1011101 | 1001110 | 1100 | 1010111 | 1100 |
Color Harmonies of #380E04
Complementary color
Monochromatic Colors of #380E04
Black with #380E04
Text Example
Text Example
White with #380E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380E04; }
p { color: rgb(56,14,4); }
H1.HeaderClassName
{
color: #380E04;
}
.AnyTagClassName
{
color: #380E04;
}
</style>
background-color css
<style>
a { background-color: #380E04; }
a { background-color: rgb(56,14,4); }
div.DivClassName
{
background-color: #380E04;
}
.BgClassName
{
background-color: #380E04;
}
</style>
border-color css
<style>
span { border-color: #380E04; }
span { border-color: rgb(56,14,4); }
td.TdClassName
{
border-color: #380E04;
}
.TagClassName
{
border-color: #380E04;
}
</style>