Shades of Seal Brown #380C08
Tints of Seal Brown #380C08
RGB
CMYK
RGB Variations
Color information
#380C08 (or 0x380C08) is known color: Seal Brown. HEX triplet: 38, 0C and 08. RGB value is (56,12,8). Sum of RGB (Red+Green+Blue) = 56+12+8=76 (10% of max value = 765). Red value is 56 (22.27% from 255 or 73.68% from 76); Green value is 12 (5.08% from 255 or 15.79% from 76); Blue value is 8 (3.52% from 255 or 10.53% from 76); Max value from RGB is 56 - color contains mainly: red. Hex color #380C08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380C08 is #C7F3F7. Grayscale: #181818. Windows color (decimal): -13104120 or 527416. OLE color: 527416.
HSL color Cylindrical-coordinate representation of color #380C08: hue angle of 5º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #380C08 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 12 | 8 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.78 |
| HSL | 5º | 0.75% | 0.13% | - |
| HSV(B) | 5º | 0.86% | 0.22% | - |
| XYZ | 1.81 | 1.12 | 0.35 | - |
| YUV | 24.7 | 118.58 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 12 | 8 | 0 | 0.79 | 0.86 | 0.78 | 5 | 0.75 | 0.13 |
| Hex | 38 | C | 8 | 0 | 4F | 56 | 4E | 5 | 4B | D |
| Octal | 70 | 14 | 10 | 0 | 117 | 126 | 116 | 5 | 113 | 15 |
| Binary | 111000 | 1100 | 1000 | 0 | 1001111 | 1010110 | 1001110 | 101 | 1001011 | 1101 |
Color Harmonies of #380C08
Complementary color
Monochromatic Colors of #380C08
Black with #380C08
Text Example
Text Example
White with #380C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380C08; }
p { color: rgb(56,12,8); }
H1.HeaderClassName
{
color: #380C08;
}
.AnyTagClassName
{
color: #380C08;
}
</style>
background-color css
<style>
a { background-color: #380C08; }
a { background-color: rgb(56,12,8); }
div.DivClassName
{
background-color: #380C08;
}
.BgClassName
{
background-color: #380C08;
}
</style>
border-color css
<style>
span { border-color: #380C08; }
span { border-color: rgb(56,12,8); }
td.TdClassName
{
border-color: #380C08;
}
.TagClassName
{
border-color: #380C08;
}
</style>