Shades of Seal Brown #380B01
Tints of Seal Brown #380B01
RGB
CMYK
RGB Variations
Color information
#380B01 (or 0x380B01) is known color: Seal Brown. HEX triplet: 38, 0B and 01. RGB value is (56,11,1). Sum of RGB (Red+Green+Blue) = 56+11+1=68 (9% of max value = 765). Red value is 56 (22.27% from 255 or 82.35% from 68); Green value is 11 (4.69% from 255 or 16.18% from 68); Blue value is 1 (0.78% from 255 or 1.47% from 68); Max value from RGB is 56 - color contains mainly: red. Hex color #380B01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380B01 is #C7F4FE. Grayscale: #171717. Windows color (decimal): -13104383 or 68408. OLE color: 68408.
HSL color Cylindrical-coordinate representation of color #380B01: hue angle of 10.91º 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 #380B01 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 11 | 1 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.78 |
| HSL | 10.91º | 0.96% | 0.11% | - |
| HSV(B) | 10.91º | 0.98% | 0.22% | - |
| XYZ | 1.76 | 1.08 | 0.15 | - |
| YUV | 23.32 | 115.41 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 11 | 1 | 0 | 0.80 | 0.98 | 0.78 | 10.91 | 0.96 | 0.11 |
| Hex | 38 | B | 1 | 0 | 50 | 62 | 4E | B | 60 | B |
| Octal | 70 | 13 | 1 | 0 | 120 | 142 | 116 | 13 | 140 | 13 |
| Binary | 111000 | 1011 | 1 | 0 | 1010000 | 1100010 | 1001110 | 1011 | 1100000 | 1011 |
Color Harmonies of #380B01
Complementary color
Monochromatic Colors of #380B01
Black with #380B01
Text Example
Text Example
White with #380B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380B01; }
p { color: rgb(56,11,1); }
H1.HeaderClassName
{
color: #380B01;
}
.AnyTagClassName
{
color: #380B01;
}
</style>
background-color css
<style>
a { background-color: #380B01; }
a { background-color: rgb(56,11,1); }
div.DivClassName
{
background-color: #380B01;
}
.BgClassName
{
background-color: #380B01;
}
</style>
border-color css
<style>
span { border-color: #380B01; }
span { border-color: rgb(56,11,1); }
td.TdClassName
{
border-color: #380B01;
}
.TagClassName
{
border-color: #380B01;
}
</style>