Shades of Seal Brown #380F08
Tints of Seal Brown #380F08
RGB
CMYK
RGB Variations
Color information
#380F08 (or 0x380F08) is known color: Seal Brown. HEX triplet: 38, 0F and 08. RGB value is (56,15,8). Sum of RGB (Red+Green+Blue) = 56+15+8=79 (10% of max value = 765). Red value is 56 (22.27% from 255 or 70.89% from 79); Green value is 15 (6.25% from 255 or 18.99% from 79); Blue value is 8 (3.52% from 255 or 10.13% from 79); Max value from RGB is 56 - color contains mainly: red. Hex color #380F08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380F08 is #C7F0F7. Grayscale: #1A1A1A. Windows color (decimal): -13103352 or 528184. OLE color: 528184.
HSL color Cylindrical-coordinate representation of color #380F08: hue angle of 8.75º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #380F08 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 15 | 8 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.78 |
| HSL | 8.75º | 0.75% | 0.13% | - |
| HSV(B) | 8.75º | 0.86% | 0.22% | - |
| XYZ | 1.85 | 1.2 | 0.36 | - |
| YUV | 26.46 | 117.58 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 15 | 8 | 0 | 0.73 | 0.86 | 0.78 | 8.75 | 0.75 | 0.13 |
| Hex | 38 | F | 8 | 0 | 49 | 56 | 4E | 9 | 4B | D |
| Octal | 70 | 17 | 10 | 0 | 111 | 126 | 116 | 11 | 113 | 15 |
| Binary | 111000 | 1111 | 1000 | 0 | 1001001 | 1010110 | 1001110 | 1001 | 1001011 | 1101 |
Color Harmonies of #380F08
Complementary color
Monochromatic Colors of #380F08
Black with #380F08
Text Example
Text Example
White with #380F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380F08; }
p { color: rgb(56,15,8); }
H1.HeaderClassName
{
color: #380F08;
}
.AnyTagClassName
{
color: #380F08;
}
</style>
background-color css
<style>
a { background-color: #380F08; }
a { background-color: rgb(56,15,8); }
div.DivClassName
{
background-color: #380F08;
}
.BgClassName
{
background-color: #380F08;
}
</style>
border-color css
<style>
span { border-color: #380F08; }
span { border-color: rgb(56,15,8); }
td.TdClassName
{
border-color: #380F08;
}
.TagClassName
{
border-color: #380F08;
}
</style>