Shades of Seal Brown #380701
Tints of Seal Brown #380701
RGB
CMYK
RGB Variations
Color information
#380701 (or 0x380701) is known color: Seal Brown. HEX triplet: 38, 07 and 01. RGB value is (56,7,1). Sum of RGB (Red+Green+Blue) = 56+7+1=64 (8% of max value = 765). Red value is 56 (22.27% from 255 or 87.5% from 64); Green value is 7 (3.12% from 255 or 10.94% from 64); Blue value is 1 (0.78% from 255 or 1.56% from 64); Max value from RGB is 56 - color contains mainly: red. Hex color #380701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380701 is #C7F8FE. Grayscale: #151515. Windows color (decimal): -13105407 or 67384. OLE color: 67384.
HSL color Cylindrical-coordinate representation of color #380701: hue angle of 6.55º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #380701 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 7 | 1 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.78 |
| HSL | 6.55º | 0.96% | 0.11% | - |
| HSV(B) | 6.55º | 0.98% | 0.22% | - |
| XYZ | 1.71 | 0.99 | 0.13 | - |
| YUV | 20.97 | 116.73 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 7 | 1 | 0 | 0.88 | 0.98 | 0.78 | 6.55 | 0.96 | 0.11 |
| Hex | 38 | 7 | 1 | 0 | 58 | 62 | 4E | 7 | 60 | B |
| Octal | 70 | 7 | 1 | 0 | 130 | 142 | 116 | 7 | 140 | 13 |
| Binary | 111000 | 111 | 1 | 0 | 1011000 | 1100010 | 1001110 | 111 | 1100000 | 1011 |
Color Harmonies of #380701
Complementary color
Monochromatic Colors of #380701
Black with #380701
Text Example
Text Example
White with #380701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380701; }
p { color: rgb(56,7,1); }
H1.HeaderClassName
{
color: #380701;
}
.AnyTagClassName
{
color: #380701;
}
</style>
background-color css
<style>
a { background-color: #380701; }
a { background-color: rgb(56,7,1); }
div.DivClassName
{
background-color: #380701;
}
.BgClassName
{
background-color: #380701;
}
</style>
border-color css
<style>
span { border-color: #380701; }
span { border-color: rgb(56,7,1); }
td.TdClassName
{
border-color: #380701;
}
.TagClassName
{
border-color: #380701;
}
</style>