Shades of Seal Brown #380F0B
Tints of Seal Brown #380F0B
RGB
CMYK
RGB Variations
Color information
#380F0B (or 0x380F0B) is known color: Seal Brown. HEX triplet: 38, 0F and 0B. RGB value is (56,15,11). Sum of RGB (Red+Green+Blue) = 56+15+11=82 (10% of max value = 765). Red value is 56 (22.27% from 255 or 68.29% from 82); Green value is 15 (6.25% from 255 or 18.29% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 56 - color contains mainly: red. Hex color #380F0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380F0B is #C7F0F4. Grayscale: #1A1A1A. Windows color (decimal): -13103349 or 724792. OLE color: 724792.
HSL color Cylindrical-coordinate representation of color #380F0B: hue angle of 5.33º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #380F0B is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 15 | 11 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.78 |
| HSL | 5.33º | 0.67% | 0.13% | - |
| HSV(B) | 5.33º | 0.8% | 0.22% | - |
| XYZ | 1.86 | 1.21 | 0.45 | - |
| YUV | 26.8 | 119.08 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 15 | 11 | 0 | 0.73 | 0.80 | 0.78 | 5.33 | 0.67 | 0.13 |
| Hex | 38 | F | B | 0 | 49 | 50 | 4E | 5 | 43 | D |
| Octal | 70 | 17 | 13 | 0 | 111 | 120 | 116 | 5 | 103 | 15 |
| Binary | 111000 | 1111 | 1011 | 0 | 1001001 | 1010000 | 1001110 | 101 | 1000011 | 1101 |
Color Harmonies of #380F0B
Complementary color
Monochromatic Colors of #380F0B
Black with #380F0B
Text Example
Text Example
White with #380F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380F0B; }
p { color: rgb(56,15,11); }
H1.HeaderClassName
{
color: #380F0B;
}
.AnyTagClassName
{
color: #380F0B;
}
</style>
background-color css
<style>
a { background-color: #380F0B; }
a { background-color: rgb(56,15,11); }
div.DivClassName
{
background-color: #380F0B;
}
.BgClassName
{
background-color: #380F0B;
}
</style>
border-color css
<style>
span { border-color: #380F0B; }
span { border-color: rgb(56,15,11); }
td.TdClassName
{
border-color: #380F0B;
}
.TagClassName
{
border-color: #380F0B;
}
</style>