Shades of Livid Brown #382121
Tints of Livid Brown #382121
RGB
CMYK
RGB Variations
Color information
#382121 (or 0x382121) is known color: Livid Brown. HEX triplet: 38, 21 and 21. RGB value is (56,33,33). Sum of RGB (Red+Green+Blue) = 56+33+33=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 56 - color contains mainly: red. Hex color #382121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382121 is #C7DEDE. Grayscale: #272727. Windows color (decimal): -13098719 or 2171192. OLE color: 2171192.
HSL color Cylindrical-coordinate representation of color #382121: hue angle of 0º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #382121 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 33 | 33 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.78 |
| HSL | 0º | 0.26% | 0.17% | - |
| HSV(B) | 0º | 0.41% | 0.22% | - |
| XYZ | 2.45 | 2.04 | 1.7 | - |
| YUV | 39.88 | 124.12 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 33 | 33 | 0 | 0.41 | 0.41 | 0.78 | 0 | 0.26 | 0.17 |
| Hex | 38 | 21 | 21 | 0 | 29 | 29 | 4E | 0 | 1A | 11 |
| Octal | 70 | 41 | 41 | 0 | 51 | 51 | 116 | 0 | 32 | 21 |
| Binary | 111000 | 100001 | 100001 | 0 | 101001 | 101001 | 1001110 | 0 | 11010 | 10001 |
Color Harmonies of #382121
Complementary color
Monochromatic Colors of #382121
Black with #382121
Text Example
Text Example
White with #382121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382121; }
p { color: rgb(56,33,33); }
H1.HeaderClassName
{
color: #382121;
}
.AnyTagClassName
{
color: #382121;
}
</style>
background-color css
<style>
a { background-color: #382121; }
a { background-color: rgb(56,33,33); }
div.DivClassName
{
background-color: #382121;
}
.BgClassName
{
background-color: #382121;
}
</style>
border-color css
<style>
span { border-color: #382121; }
span { border-color: rgb(56,33,33); }
td.TdClassName
{
border-color: #382121;
}
.TagClassName
{
border-color: #382121;
}
</style>