Shades of Seal Brown #381414
Tints of Seal Brown #381414
RGB
CMYK
RGB Variations
Color information
#381414 (or 0x381414) is known color: Seal Brown. HEX triplet: 38, 14 and 14. RGB value is (56,20,20). Sum of RGB (Red+Green+Blue) = 56+20+20=96 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.33% from 96); Green value is 20 (8.20% from 255 or 20.83% from 96); Blue value is 20 (8.20% from 255 or 20.83% from 96); Max value from RGB is 56 - color contains mainly: red. Hex color #381414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381414 is #C7EBEB. Grayscale: #1E1E1E. Windows color (decimal): -13102060 or 1315896. OLE color: 1315896.
HSL color Cylindrical-coordinate representation of color #381414: hue angle of 0º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #381414 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 20 | 20 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.78 |
| HSL | 0º | 0.47% | 0.15% | - |
| HSV(B) | 0º | 0.64% | 0.22% | - |
| XYZ | 2.01 | 1.39 | 0.82 | - |
| YUV | 30.76 | 121.93 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 20 | 20 | 0 | 0.64 | 0.64 | 0.78 | 0 | 0.47 | 0.15 |
| Hex | 38 | 14 | 14 | 0 | 40 | 40 | 4E | 0 | 2F | F |
| Octal | 70 | 24 | 24 | 0 | 100 | 100 | 116 | 0 | 57 | 17 |
| Binary | 111000 | 10100 | 10100 | 0 | 1000000 | 1000000 | 1001110 | 0 | 101111 | 1111 |
Color Harmonies of #381414
Complementary color
Monochromatic Colors of #381414
Black with #381414
Text Example
Text Example
White with #381414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381414; }
p { color: rgb(56,20,20); }
H1.HeaderClassName
{
color: #381414;
}
.AnyTagClassName
{
color: #381414;
}
</style>
background-color css
<style>
a { background-color: #381414; }
a { background-color: rgb(56,20,20); }
div.DivClassName
{
background-color: #381414;
}
.BgClassName
{
background-color: #381414;
}
</style>
border-color css
<style>
span { border-color: #381414; }
span { border-color: rgb(56,20,20); }
td.TdClassName
{
border-color: #381414;
}
.TagClassName
{
border-color: #381414;
}
</style>