Shades of Seal Brown #380E02
Tints of Seal Brown #380E02
RGB
CMYK
RGB Variations
Color information
#380E02 (or 0x380E02) is known color: Seal Brown. HEX triplet: 38, 0E and 02. RGB value is (56,14,2). Sum of RGB (Red+Green+Blue) = 56+14+2=72 (9% of max value = 765). Red value is 56 (22.27% from 255 or 77.78% from 72); Green value is 14 (5.86% from 255 or 19.44% from 72); Blue value is 2 (1.17% from 255 or 2.78% from 72); Max value from RGB is 56 - color contains mainly: red. Hex color #380E02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380E02 is #C7F1FD. Grayscale: #191919. Windows color (decimal): -13103614 or 134712. OLE color: 134712.
HSL color Cylindrical-coordinate representation of color #380E02: hue angle of 13.33º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #380E02 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 14 | 2 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.78 |
| HSL | 13.33º | 0.93% | 0.11% | - |
| HSV(B) | 13.33º | 0.96% | 0.22% | - |
| XYZ | 1.8 | 1.16 | 0.19 | - |
| YUV | 25.19 | 114.91 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 14 | 2 | 0 | 0.75 | 0.96 | 0.78 | 13.33 | 0.93 | 0.11 |
| Hex | 38 | E | 2 | 0 | 4B | 60 | 4E | D | 5D | B |
| Octal | 70 | 16 | 2 | 0 | 113 | 140 | 116 | 15 | 135 | 13 |
| Binary | 111000 | 1110 | 10 | 0 | 1001011 | 1100000 | 1001110 | 1101 | 1011101 | 1011 |
Color Harmonies of #380E02
Complementary color
Monochromatic Colors of #380E02
Black with #380E02
Text Example
Text Example
White with #380E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380E02; }
p { color: rgb(56,14,2); }
H1.HeaderClassName
{
color: #380E02;
}
.AnyTagClassName
{
color: #380E02;
}
</style>
background-color css
<style>
a { background-color: #380E02; }
a { background-color: rgb(56,14,2); }
div.DivClassName
{
background-color: #380E02;
}
.BgClassName
{
background-color: #380E02;
}
</style>
border-color css
<style>
span { border-color: #380E02; }
span { border-color: rgb(56,14,2); }
td.TdClassName
{
border-color: #380E02;
}
.TagClassName
{
border-color: #380E02;
}
</style>