Shades of Seal Brown #380600
Tints of Seal Brown #380600
RGB
CMYK
RGB Variations
Color information
#380600 (or 0x380600) is known color: Seal Brown. HEX triplet: 38, 06 and 00. RGB value is (56,6,0). Sum of RGB (Red+Green+Blue) = 56+6+0=62 (8% of max value = 765). Red value is 56 (22.27% from 255 or 90.32% from 62); Green value is 6 (2.73% from 255 or 9.68% from 62); Blue value is 0 (0.39% from 255 or 0% from 62); Max value from RGB is 56 - color contains mainly: red. Hex color #380600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380600 is #C7F9FF. Grayscale: #141414. Windows color (decimal): -13105664 or 1592. OLE color: 1592.
HSL color Cylindrical-coordinate representation of color #380600: hue angle of 6.43º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #380600 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 6 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.78 |
| HSL | 6.43º | 1% | 0.11% | - |
| HSV(B) | 6.43º | 1% | 0.22% | - |
| XYZ | 1.7 | 0.97 | 0.1 | - |
| YUV | 20.27 | 116.57 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 6 | 0 | 0 | 0.89 | 1 | 0.78 | 6.43 | 1 | 0.11 |
| Hex | 38 | 6 | 0 | 0 | 59 | 64 | 4E | 6 | 64 | B |
| Octal | 70 | 6 | 0 | 0 | 131 | 144 | 116 | 6 | 144 | 13 |
| Binary | 111000 | 110 | 0 | 0 | 1011001 | 1100100 | 1001110 | 110 | 1100100 | 1011 |
Color Harmonies of #380600
Complementary color
Monochromatic Colors of #380600
Black with #380600
Text Example
Text Example
White with #380600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380600; }
p { color: rgb(56,6,0); }
H1.HeaderClassName
{
color: #380600;
}
.AnyTagClassName
{
color: #380600;
}
</style>
background-color css
<style>
a { background-color: #380600; }
a { background-color: rgb(56,6,0); }
div.DivClassName
{
background-color: #380600;
}
.BgClassName
{
background-color: #380600;
}
</style>
border-color css
<style>
span { border-color: #380600; }
span { border-color: rgb(56,6,0); }
td.TdClassName
{
border-color: #380600;
}
.TagClassName
{
border-color: #380600;
}
</style>