Shades of Seal Brown #380B06
Tints of Seal Brown #380B06
RGB
CMYK
RGB Variations
Color information
#380B06 (or 0x380B06) is known color: Seal Brown. HEX triplet: 38, 0B and 06. RGB value is (56,11,6). Sum of RGB (Red+Green+Blue) = 56+11+6=73 (9% of max value = 765). Red value is 56 (22.27% from 255 or 76.71% from 73); Green value is 11 (4.69% from 255 or 15.07% from 73); Blue value is 6 (2.73% from 255 or 8.22% from 73); Max value from RGB is 56 - color contains mainly: red. Hex color #380B06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380B06 is #C7F4F9. Grayscale: #171717. Windows color (decimal): -13104378 or 396088. OLE color: 396088.
HSL color Cylindrical-coordinate representation of color #380B06: hue angle of 6º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #380B06 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 11 | 6 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.78 |
| HSL | 6º | 0.81% | 0.12% | - |
| HSV(B) | 6º | 0.89% | 0.22% | - |
| XYZ | 1.78 | 1.09 | 0.29 | - |
| YUV | 23.89 | 117.91 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 11 | 6 | 0 | 0.80 | 0.89 | 0.78 | 6 | 0.81 | 0.12 |
| Hex | 38 | B | 6 | 0 | 50 | 59 | 4E | 6 | 51 | C |
| Octal | 70 | 13 | 6 | 0 | 120 | 131 | 116 | 6 | 121 | 14 |
| Binary | 111000 | 1011 | 110 | 0 | 1010000 | 1011001 | 1001110 | 110 | 1010001 | 1100 |
Color Harmonies of #380B06
Complementary color
Monochromatic Colors of #380B06
Black with #380B06
Text Example
Text Example
White with #380B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380B06; }
p { color: rgb(56,11,6); }
H1.HeaderClassName
{
color: #380B06;
}
.AnyTagClassName
{
color: #380B06;
}
</style>
background-color css
<style>
a { background-color: #380B06; }
a { background-color: rgb(56,11,6); }
div.DivClassName
{
background-color: #380B06;
}
.BgClassName
{
background-color: #380B06;
}
</style>
border-color css
<style>
span { border-color: #380B06; }
span { border-color: rgb(56,11,6); }
td.TdClassName
{
border-color: #380B06;
}
.TagClassName
{
border-color: #380B06;
}
</style>