Shades of Seal Brown #381313
Tints of Seal Brown #381313
RGB
CMYK
RGB Variations
Color information
#381313 (or 0x381313) is known color: Seal Brown. HEX triplet: 38, 13 and 13. RGB value is (56,19,19). Sum of RGB (Red+Green+Blue) = 56+19+19=94 (12% of max value = 765). Red value is 56 (22.27% from 255 or 59.57% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 56 - color contains mainly: red. Hex color #381313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381313 is #C7ECEC. Grayscale: #1E1E1E. Windows color (decimal): -13102317 or 1250104. OLE color: 1250104.
HSL color Cylindrical-coordinate representation of color #381313: hue angle of 0º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #381313 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 19 | 19 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.78 |
| HSL | 0º | 0.49% | 0.15% | - |
| HSV(B) | 0º | 0.66% | 0.22% | - |
| XYZ | 1.98 | 1.35 | 0.77 | - |
| YUV | 30.06 | 121.76 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 19 | 19 | 0 | 0.66 | 0.66 | 0.78 | 0 | 0.49 | 0.15 |
| Hex | 38 | 13 | 13 | 0 | 42 | 42 | 4E | 0 | 31 | F |
| Octal | 70 | 23 | 23 | 0 | 102 | 102 | 116 | 0 | 61 | 17 |
| Binary | 111000 | 10011 | 10011 | 0 | 1000010 | 1000010 | 1001110 | 0 | 110001 | 1111 |
Color Harmonies of #381313
Complementary color
Monochromatic Colors of #381313
Black with #381313
Text Example
Text Example
White with #381313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381313; }
p { color: rgb(56,19,19); }
H1.HeaderClassName
{
color: #381313;
}
.AnyTagClassName
{
color: #381313;
}
</style>
background-color css
<style>
a { background-color: #381313; }
a { background-color: rgb(56,19,19); }
div.DivClassName
{
background-color: #381313;
}
.BgClassName
{
background-color: #381313;
}
</style>
border-color css
<style>
span { border-color: #381313; }
span { border-color: rgb(56,19,19); }
td.TdClassName
{
border-color: #381313;
}
.TagClassName
{
border-color: #381313;
}
</style>