Shades of Seal Brown #380301
Tints of Seal Brown #380301
RGB
CMYK
RGB Variations
Color information
#380301 (or 0x380301) is known color: Seal Brown. HEX triplet: 38, 03 and 01. RGB value is (56,3,1). Sum of RGB (Red+Green+Blue) = 56+3+1=60 (7% of max value = 765). Red value is 56 (22.27% from 255 or 93.33% from 60); Green value is 3 (1.56% from 255 or 5% from 60); Blue value is 1 (0.78% from 255 or 1.67% from 60); Max value from RGB is 56 - color contains mainly: red. Hex color #380301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380301 is #C7FCFE. Grayscale: #121212. Windows color (decimal): -13106431 or 66360. OLE color: 66360.
HSL color Cylindrical-coordinate representation of color #380301: hue angle of 2.18º 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 #380301 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 3 | 1 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.78 |
| HSL | 2.18º | 0.96% | 0.11% | - |
| HSV(B) | 2.18º | 0.98% | 0.22% | - |
| XYZ | 1.67 | 0.91 | 0.12 | - |
| YUV | 18.62 | 118.06 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 3 | 1 | 0 | 0.95 | 0.98 | 0.78 | 2.18 | 0.96 | 0.11 |
| Hex | 38 | 3 | 1 | 0 | 5F | 62 | 4E | 2 | 60 | B |
| Octal | 70 | 3 | 1 | 0 | 137 | 142 | 116 | 2 | 140 | 13 |
| Binary | 111000 | 11 | 1 | 0 | 1011111 | 1100010 | 1001110 | 10 | 1100000 | 1011 |
Color Harmonies of #380301
Complementary color
Monochromatic Colors of #380301
Black with #380301
Text Example
Text Example
White with #380301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380301; }
p { color: rgb(56,3,1); }
H1.HeaderClassName
{
color: #380301;
}
.AnyTagClassName
{
color: #380301;
}
</style>
background-color css
<style>
a { background-color: #380301; }
a { background-color: rgb(56,3,1); }
div.DivClassName
{
background-color: #380301;
}
.BgClassName
{
background-color: #380301;
}
</style>
border-color css
<style>
span { border-color: #380301; }
span { border-color: rgb(56,3,1); }
td.TdClassName
{
border-color: #380301;
}
.TagClassName
{
border-color: #380301;
}
</style>