Shades of Seal Brown #380C0A
Tints of Seal Brown #380C0A
RGB
CMYK
RGB Variations
Color information
#380C0A (or 0x380C0A) is known color: Seal Brown. HEX triplet: 38, 0C and 0A. RGB value is (56,12,10). Sum of RGB (Red+Green+Blue) = 56+12+10=78 (10% of max value = 765). Red value is 56 (22.27% from 255 or 71.79% from 78); Green value is 12 (5.08% from 255 or 15.38% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 56 - color contains mainly: red. Hex color #380C0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380C0A is #C7F3F5. Grayscale: #181818. Windows color (decimal): -13104118 or 658488. OLE color: 658488.
HSL color Cylindrical-coordinate representation of color #380C0A: hue angle of 2.61º 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 #380C0A is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 12 | 10 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.78 |
| HSL | 2.61º | 0.7% | 0.13% | - |
| HSV(B) | 2.61º | 0.82% | 0.22% | - |
| XYZ | 1.82 | 1.13 | 0.41 | - |
| YUV | 24.93 | 119.58 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 12 | 10 | 0 | 0.79 | 0.82 | 0.78 | 2.61 | 0.7 | 0.13 |
| Hex | 38 | C | A | 0 | 4F | 52 | 4E | 3 | 46 | D |
| Octal | 70 | 14 | 12 | 0 | 117 | 122 | 116 | 3 | 106 | 15 |
| Binary | 111000 | 1100 | 1010 | 0 | 1001111 | 1010010 | 1001110 | 11 | 1000110 | 1101 |
Color Harmonies of #380C0A
Complementary color
Monochromatic Colors of #380C0A
Black with #380C0A
Text Example
Text Example
White with #380C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380C0A; }
p { color: rgb(56,12,10); }
H1.HeaderClassName
{
color: #380C0A;
}
.AnyTagClassName
{
color: #380C0A;
}
</style>
background-color css
<style>
a { background-color: #380C0A; }
a { background-color: rgb(56,12,10); }
div.DivClassName
{
background-color: #380C0A;
}
.BgClassName
{
background-color: #380C0A;
}
</style>
border-color css
<style>
span { border-color: #380C0A; }
span { border-color: rgb(56,12,10); }
td.TdClassName
{
border-color: #380C0A;
}
.TagClassName
{
border-color: #380C0A;
}
</style>