Shades of Seal Brown #380F0A
Tints of Seal Brown #380F0A
RGB
CMYK
RGB Variations
Color information
#380F0A (or 0x380F0A) is known color: Seal Brown. HEX triplet: 38, 0F and 0A. RGB value is (56,15,10). Sum of RGB (Red+Green+Blue) = 56+15+10=81 (10% of max value = 765). Red value is 56 (22.27% from 255 or 69.14% from 81); Green value is 15 (6.25% from 255 or 18.52% from 81); Blue value is 10 (4.30% from 255 or 12.35% from 81); Max value from RGB is 56 - color contains mainly: red. Hex color #380F0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380F0A is #C7F0F5. Grayscale: #1A1A1A. Windows color (decimal): -13103350 or 659256. OLE color: 659256.
HSL color Cylindrical-coordinate representation of color #380F0A: hue angle of 6.52º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #380F0A is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 15 | 10 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.78 |
| HSL | 6.52º | 0.7% | 0.13% | - |
| HSV(B) | 6.52º | 0.82% | 0.22% | - |
| XYZ | 1.86 | 1.2 | 0.42 | - |
| YUV | 26.69 | 118.58 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 15 | 10 | 0 | 0.73 | 0.82 | 0.78 | 6.52 | 0.7 | 0.13 |
| Hex | 38 | F | A | 0 | 49 | 52 | 4E | 7 | 46 | D |
| Octal | 70 | 17 | 12 | 0 | 111 | 122 | 116 | 7 | 106 | 15 |
| Binary | 111000 | 1111 | 1010 | 0 | 1001001 | 1010010 | 1001110 | 111 | 1000110 | 1101 |
Color Harmonies of #380F0A
Complementary color
Monochromatic Colors of #380F0A
Black with #380F0A
Text Example
Text Example
White with #380F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380F0A; }
p { color: rgb(56,15,10); }
H1.HeaderClassName
{
color: #380F0A;
}
.AnyTagClassName
{
color: #380F0A;
}
</style>
background-color css
<style>
a { background-color: #380F0A; }
a { background-color: rgb(56,15,10); }
div.DivClassName
{
background-color: #380F0A;
}
.BgClassName
{
background-color: #380F0A;
}
</style>
border-color css
<style>
span { border-color: #380F0A; }
span { border-color: rgb(56,15,10); }
td.TdClassName
{
border-color: #380F0A;
}
.TagClassName
{
border-color: #380F0A;
}
</style>