Shades of Seal Brown #380F0D
Tints of Seal Brown #380F0D
RGB
CMYK
RGB Variations
Color information
#380F0D (or 0x380F0D) is known color: Seal Brown. HEX triplet: 38, 0F and 0D. RGB value is (56,15,13). Sum of RGB (Red+Green+Blue) = 56+15+13=84 (11% of max value = 765). Red value is 56 (22.27% from 255 or 66.67% from 84); Green value is 15 (6.25% from 255 or 17.86% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 56 - color contains mainly: red. Hex color #380F0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380F0D is #C7F0F2. Grayscale: #1B1B1B. Windows color (decimal): -13103347 or 855864. OLE color: 855864.
HSL color Cylindrical-coordinate representation of color #380F0D: hue angle of 2.79º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #380F0D is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 15 | 13 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.78 |
| HSL | 2.79º | 0.62% | 0.14% | - |
| HSV(B) | 2.79º | 0.77% | 0.22% | - |
| XYZ | 1.87 | 1.21 | 0.52 | - |
| YUV | 27.03 | 120.08 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 15 | 13 | 0 | 0.73 | 0.77 | 0.78 | 2.79 | 0.62 | 0.14 |
| Hex | 38 | F | D | 0 | 49 | 4D | 4E | 3 | 3E | E |
| Octal | 70 | 17 | 15 | 0 | 111 | 115 | 116 | 3 | 76 | 16 |
| Binary | 111000 | 1111 | 1101 | 0 | 1001001 | 1001101 | 1001110 | 11 | 111110 | 1110 |
Color Harmonies of #380F0D
Complementary color
Monochromatic Colors of #380F0D
Black with #380F0D
Text Example
Text Example
White with #380F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380F0D; }
p { color: rgb(56,15,13); }
H1.HeaderClassName
{
color: #380F0D;
}
.AnyTagClassName
{
color: #380F0D;
}
</style>
background-color css
<style>
a { background-color: #380F0D; }
a { background-color: rgb(56,15,13); }
div.DivClassName
{
background-color: #380F0D;
}
.BgClassName
{
background-color: #380F0D;
}
</style>
border-color css
<style>
span { border-color: #380F0D; }
span { border-color: rgb(56,15,13); }
td.TdClassName
{
border-color: #380F0D;
}
.TagClassName
{
border-color: #380F0D;
}
</style>