Shades of Seal Brown #380E05
Tints of Seal Brown #380E05
RGB
CMYK
RGB Variations
Color information
#380E05 (or 0x380E05) is known color: Seal Brown. HEX triplet: 38, 0E and 05. RGB value is (56,14,5). Sum of RGB (Red+Green+Blue) = 56+14+5=75 (9% of max value = 765). Red value is 56 (22.27% from 255 or 74.67% from 75); Green value is 14 (5.86% from 255 or 18.67% from 75); Blue value is 5 (2.34% from 255 or 6.67% from 75); Max value from RGB is 56 - color contains mainly: red. Hex color #380E05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380E05 is #C7F1FA. Grayscale: #191919. Windows color (decimal): -13103611 or 331320. OLE color: 331320.
HSL color Cylindrical-coordinate representation of color #380E05: hue angle of 10.59º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #380E05 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 14 | 5 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.78 |
| HSL | 10.59º | 0.84% | 0.12% | - |
| HSV(B) | 10.59º | 0.91% | 0.22% | - |
| XYZ | 1.82 | 1.17 | 0.27 | - |
| YUV | 25.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 14 | 5 | 0 | 0.75 | 0.91 | 0.78 | 10.59 | 0.84 | 0.12 |
| Hex | 38 | E | 5 | 0 | 4B | 5B | 4E | B | 54 | C |
| Octal | 70 | 16 | 5 | 0 | 113 | 133 | 116 | 13 | 124 | 14 |
| Binary | 111000 | 1110 | 101 | 0 | 1001011 | 1011011 | 1001110 | 1011 | 1010100 | 1100 |
Color Harmonies of #380E05
Complementary color
Monochromatic Colors of #380E05
Black with #380E05
Text Example
Text Example
White with #380E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380E05; }
p { color: rgb(56,14,5); }
H1.HeaderClassName
{
color: #380E05;
}
.AnyTagClassName
{
color: #380E05;
}
</style>
background-color css
<style>
a { background-color: #380E05; }
a { background-color: rgb(56,14,5); }
div.DivClassName
{
background-color: #380E05;
}
.BgClassName
{
background-color: #380E05;
}
</style>
border-color css
<style>
span { border-color: #380E05; }
span { border-color: rgb(56,14,5); }
td.TdClassName
{
border-color: #380E05;
}
.TagClassName
{
border-color: #380E05;
}
</style>