Shades of Seal Brown #380F00
Tints of Seal Brown #380F00
RGB
CMYK
RGB Variations
Color information
#380F00 (or 0x380F00) is known color: Seal Brown. HEX triplet: 38, 0F and 00. RGB value is (56,15,0). Sum of RGB (Red+Green+Blue) = 56+15+0=71 (9% of max value = 765). Red value is 56 (22.27% from 255 or 78.87% from 71); Green value is 15 (6.25% from 255 or 21.13% from 71); Blue value is 0 (0.39% from 255 or 0% from 71); Max value from RGB is 56 - color contains mainly: red. Hex color #380F00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380F00 is #C7F0FF. Grayscale: #191919. Windows color (decimal): -13103360 or 3896. OLE color: 3896.
HSL color Cylindrical-coordinate representation of color #380F00: hue angle of 16.07º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #380F00 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 15 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.78 |
| HSL | 16.07º | 1% | 0.11% | - |
| HSV(B) | 16.07º | 1% | 0.22% | - |
| XYZ | 1.8 | 1.18 | 0.13 | - |
| YUV | 25.55 | 113.58 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 15 | 0 | 0 | 0.73 | 1 | 0.78 | 16.07 | 1 | 0.11 |
| Hex | 38 | F | 0 | 0 | 49 | 64 | 4E | 10 | 64 | B |
| Octal | 70 | 17 | 0 | 0 | 111 | 144 | 116 | 20 | 144 | 13 |
| Binary | 111000 | 1111 | 0 | 0 | 1001001 | 1100100 | 1001110 | 10000 | 1100100 | 1011 |
Color Harmonies of #380F00
Complementary color
Monochromatic Colors of #380F00
Black with #380F00
Text Example
Text Example
White with #380F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380F00; }
p { color: rgb(56,15,0); }
H1.HeaderClassName
{
color: #380F00;
}
.AnyTagClassName
{
color: #380F00;
}
</style>
background-color css
<style>
a { background-color: #380F00; }
a { background-color: rgb(56,15,0); }
div.DivClassName
{
background-color: #380F00;
}
.BgClassName
{
background-color: #380F00;
}
</style>
border-color css
<style>
span { border-color: #380F00; }
span { border-color: rgb(56,15,0); }
td.TdClassName
{
border-color: #380F00;
}
.TagClassName
{
border-color: #380F00;
}
</style>