Shades of Seal Brown #380E07
Tints of Seal Brown #380E07
RGB
CMYK
RGB Variations
Color information
#380E07 (or 0x380E07) is known color: Seal Brown. HEX triplet: 38, 0E and 07. RGB value is (56,14,7). Sum of RGB (Red+Green+Blue) = 56+14+7=77 (10% of max value = 765). Red value is 56 (22.27% from 255 or 72.73% from 77); Green value is 14 (5.86% from 255 or 18.18% from 77); Blue value is 7 (3.12% from 255 or 9.09% from 77); Max value from RGB is 56 - color contains mainly: red. Hex color #380E07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380E07 is #C7F1F8. Grayscale: #191919. Windows color (decimal): -13103609 or 462392. OLE color: 462392.
HSL color Cylindrical-coordinate representation of color #380E07: hue angle of 8.57º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #380E07 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 14 | 7 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.78 |
| HSL | 8.57º | 0.78% | 0.12% | - |
| HSV(B) | 8.57º | 0.88% | 0.22% | - |
| XYZ | 1.83 | 1.17 | 0.33 | - |
| YUV | 25.76 | 117.41 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 14 | 7 | 0 | 0.75 | 0.88 | 0.78 | 8.57 | 0.78 | 0.12 |
| Hex | 38 | E | 7 | 0 | 4B | 58 | 4E | 9 | 4E | C |
| Octal | 70 | 16 | 7 | 0 | 113 | 130 | 116 | 11 | 116 | 14 |
| Binary | 111000 | 1110 | 111 | 0 | 1001011 | 1011000 | 1001110 | 1001 | 1001110 | 1100 |
Color Harmonies of #380E07
Complementary color
Monochromatic Colors of #380E07
Black with #380E07
Text Example
Text Example
White with #380E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380E07; }
p { color: rgb(56,14,7); }
H1.HeaderClassName
{
color: #380E07;
}
.AnyTagClassName
{
color: #380E07;
}
</style>
background-color css
<style>
a { background-color: #380E07; }
a { background-color: rgb(56,14,7); }
div.DivClassName
{
background-color: #380E07;
}
.BgClassName
{
background-color: #380E07;
}
</style>
border-color css
<style>
span { border-color: #380E07; }
span { border-color: rgb(56,14,7); }
td.TdClassName
{
border-color: #380E07;
}
.TagClassName
{
border-color: #380E07;
}
</style>