Shades of Seal Brown #380501
Tints of Seal Brown #380501
RGB
CMYK
RGB Variations
Color information
#380501 (or 0x380501) is known color: Seal Brown. HEX triplet: 38, 05 and 01. RGB value is (56,5,1). Sum of RGB (Red+Green+Blue) = 56+5+1=62 (8% of max value = 765). Red value is 56 (22.27% from 255 or 90.32% from 62); Green value is 5 (2.34% from 255 or 8.06% from 62); Blue value is 1 (0.78% from 255 or 1.61% from 62); Max value from RGB is 56 - color contains mainly: red. Hex color #380501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380501 is #C7FAFE. Grayscale: #131313. Windows color (decimal): -13105919 or 66872. OLE color: 66872.
HSL color Cylindrical-coordinate representation of color #380501: hue angle of 4.36º 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 #380501 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 5 | 1 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.78 |
| HSL | 4.36º | 0.96% | 0.11% | - |
| HSV(B) | 4.36º | 0.98% | 0.22% | - |
| XYZ | 1.69 | 0.95 | 0.12 | - |
| YUV | 19.79 | 117.4 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 5 | 1 | 0 | 0.91 | 0.98 | 0.78 | 4.36 | 0.96 | 0.11 |
| Hex | 38 | 5 | 1 | 0 | 5B | 62 | 4E | 4 | 60 | B |
| Octal | 70 | 5 | 1 | 0 | 133 | 142 | 116 | 4 | 140 | 13 |
| Binary | 111000 | 101 | 1 | 0 | 1011011 | 1100010 | 1001110 | 100 | 1100000 | 1011 |
Color Harmonies of #380501
Complementary color
Monochromatic Colors of #380501
Black with #380501
Text Example
Text Example
White with #380501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380501; }
p { color: rgb(56,5,1); }
H1.HeaderClassName
{
color: #380501;
}
.AnyTagClassName
{
color: #380501;
}
</style>
background-color css
<style>
a { background-color: #380501; }
a { background-color: rgb(56,5,1); }
div.DivClassName
{
background-color: #380501;
}
.BgClassName
{
background-color: #380501;
}
</style>
border-color css
<style>
span { border-color: #380501; }
span { border-color: rgb(56,5,1); }
td.TdClassName
{
border-color: #380501;
}
.TagClassName
{
border-color: #380501;
}
</style>