Shades of Livid Brown #382120
Tints of Livid Brown #382120
RGB
CMYK
RGB Variations
Color information
#382120 (or 0x382120) is known color: Livid Brown. HEX triplet: 38, 21 and 20. RGB value is (56,33,32). Sum of RGB (Red+Green+Blue) = 56+33+32=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #382120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382120 is #C7DEDF. Grayscale: #272727. Windows color (decimal): -13098720 or 2105656. OLE color: 2105656.
HSL color Cylindrical-coordinate representation of color #382120: hue angle of 2.5º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #382120 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 33 | 32 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.78 |
| HSL | 2.5º | 0.27% | 0.17% | - |
| HSV(B) | 2.5º | 0.43% | 0.22% | - |
| XYZ | 2.44 | 2.03 | 1.63 | - |
| YUV | 39.76 | 123.62 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 33 | 32 | 0 | 0.41 | 0.43 | 0.78 | 2.5 | 0.27 | 0.17 |
| Hex | 38 | 21 | 20 | 0 | 29 | 2B | 4E | 2 | 1B | 11 |
| Octal | 70 | 41 | 40 | 0 | 51 | 53 | 116 | 2 | 33 | 21 |
| Binary | 111000 | 100001 | 100000 | 0 | 101001 | 101011 | 1001110 | 10 | 11011 | 10001 |
Color Harmonies of #382120
Complementary color
Monochromatic Colors of #382120
Black with #382120
Text Example
Text Example
White with #382120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382120; }
p { color: rgb(56,33,32); }
H1.HeaderClassName
{
color: #382120;
}
.AnyTagClassName
{
color: #382120;
}
</style>
background-color css
<style>
a { background-color: #382120; }
a { background-color: rgb(56,33,32); }
div.DivClassName
{
background-color: #382120;
}
.BgClassName
{
background-color: #382120;
}
</style>
border-color css
<style>
span { border-color: #382120; }
span { border-color: rgb(56,33,32); }
td.TdClassName
{
border-color: #382120;
}
.TagClassName
{
border-color: #382120;
}
</style>