Shades of Seal Brown #380C00
Tints of Seal Brown #380C00
RGB
CMYK
RGB Variations
Color information
#380C00 (or 0x380C00) is known color: Seal Brown. HEX triplet: 38, 0C and 00. RGB value is (56,12,0). Sum of RGB (Red+Green+Blue) = 56+12+0=68 (9% of max value = 765). Red value is 56 (22.27% from 255 or 82.35% from 68); Green value is 12 (5.08% from 255 or 17.65% from 68); Blue value is 0 (0.39% from 255 or 0% from 68); Max value from RGB is 56 - color contains mainly: red. Hex color #380C00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380C00 is #C7F3FF. Grayscale: #171717. Windows color (decimal): -13104128 or 3128. OLE color: 3128.
HSL color Cylindrical-coordinate representation of color #380C00: hue angle of 12.86º 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 #380C00 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 12 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.78 |
| HSL | 12.86º | 1% | 0.11% | - |
| HSV(B) | 12.86º | 1% | 0.22% | - |
| XYZ | 1.76 | 1.1 | 0.12 | - |
| YUV | 23.79 | 114.58 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 12 | 0 | 0 | 0.79 | 1 | 0.78 | 12.86 | 1 | 0.11 |
| Hex | 38 | C | 0 | 0 | 4F | 64 | 4E | D | 64 | B |
| Octal | 70 | 14 | 0 | 0 | 117 | 144 | 116 | 15 | 144 | 13 |
| Binary | 111000 | 1100 | 0 | 0 | 1001111 | 1100100 | 1001110 | 1101 | 1100100 | 1011 |
Color Harmonies of #380C00
Complementary color
Monochromatic Colors of #380C00
Black with #380C00
Text Example
Text Example
White with #380C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380C00; }
p { color: rgb(56,12,0); }
H1.HeaderClassName
{
color: #380C00;
}
.AnyTagClassName
{
color: #380C00;
}
</style>
background-color css
<style>
a { background-color: #380C00; }
a { background-color: rgb(56,12,0); }
div.DivClassName
{
background-color: #380C00;
}
.BgClassName
{
background-color: #380C00;
}
</style>
border-color css
<style>
span { border-color: #380C00; }
span { border-color: rgb(56,12,0); }
td.TdClassName
{
border-color: #380C00;
}
.TagClassName
{
border-color: #380C00;
}
</style>