Shades of Seal Brown #380F0F
Tints of Seal Brown #380F0F
RGB
CMYK
RGB Variations
Color information
#380F0F (or 0x380F0F) is known color: Seal Brown. HEX triplet: 38, 0F and 0F. RGB value is (56,15,15). Sum of RGB (Red+Green+Blue) = 56+15+15=86 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.12% from 86); Green value is 15 (6.25% from 255 or 17.44% from 86); Blue value is 15 (6.25% from 255 or 17.44% from 86); Max value from RGB is 56 - color contains mainly: red. Hex color #380F0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380F0F is #C7F0F0. Grayscale: #1B1B1B. Windows color (decimal): -13103345 or 986936. OLE color: 986936.
HSL color Cylindrical-coordinate representation of color #380F0F: hue angle of 0º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #380F0F is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 15 | 15 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.78 |
| HSL | 0º | 0.58% | 0.14% | - |
| HSV(B) | 0º | 0.73% | 0.22% | - |
| XYZ | 1.89 | 1.22 | 0.59 | - |
| YUV | 27.26 | 121.08 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 15 | 15 | 0 | 0.73 | 0.73 | 0.78 | 0 | 0.58 | 0.14 |
| Hex | 38 | F | F | 0 | 49 | 49 | 4E | 0 | 3A | E |
| Octal | 70 | 17 | 17 | 0 | 111 | 111 | 116 | 0 | 72 | 16 |
| Binary | 111000 | 1111 | 1111 | 0 | 1001001 | 1001001 | 1001110 | 0 | 111010 | 1110 |
Color Harmonies of #380F0F
Complementary color
Monochromatic Colors of #380F0F
Black with #380F0F
Text Example
Text Example
White with #380F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380F0F; }
p { color: rgb(56,15,15); }
H1.HeaderClassName
{
color: #380F0F;
}
.AnyTagClassName
{
color: #380F0F;
}
</style>
background-color css
<style>
a { background-color: #380F0F; }
a { background-color: rgb(56,15,15); }
div.DivClassName
{
background-color: #380F0F;
}
.BgClassName
{
background-color: #380F0F;
}
</style>
border-color css
<style>
span { border-color: #380F0F; }
span { border-color: rgb(56,15,15); }
td.TdClassName
{
border-color: #380F0F;
}
.TagClassName
{
border-color: #380F0F;
}
</style>