Shades of Livid Brown #382222
Tints of Livid Brown #382222
RGB
CMYK
RGB Variations
Color information
#382222 (or 0x382222) is known color: Livid Brown. HEX triplet: 38, 22 and 22. RGB value is (56,34,34). Sum of RGB (Red+Green+Blue) = 56+34+34=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 56 - color contains mainly: red. Hex color #382222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382222 is #C7DDDD. Grayscale: #282828. Windows color (decimal): -13098462 or 2236984. OLE color: 2236984.
HSL color Cylindrical-coordinate representation of color #382222: hue angle of 0º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #382222 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 34 | 34 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.78 |
| HSL | 0º | 0.24% | 0.18% | - |
| HSV(B) | 0º | 0.39% | 0.22% | - |
| XYZ | 2.49 | 2.1 | 1.79 | - |
| YUV | 40.58 | 124.29 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 34 | 34 | 0 | 0.39 | 0.39 | 0.78 | 0 | 0.24 | 0.18 |
| Hex | 38 | 22 | 22 | 0 | 27 | 27 | 4E | 0 | 18 | 12 |
| Octal | 70 | 42 | 42 | 0 | 47 | 47 | 116 | 0 | 30 | 22 |
| Binary | 111000 | 100010 | 100010 | 0 | 100111 | 100111 | 1001110 | 0 | 11000 | 10010 |
Color Harmonies of #382222
Complementary color
Monochromatic Colors of #382222
Black with #382222
Text Example
Text Example
White with #382222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382222; }
p { color: rgb(56,34,34); }
H1.HeaderClassName
{
color: #382222;
}
.AnyTagClassName
{
color: #382222;
}
</style>
background-color css
<style>
a { background-color: #382222; }
a { background-color: rgb(56,34,34); }
div.DivClassName
{
background-color: #382222;
}
.BgClassName
{
background-color: #382222;
}
</style>
border-color css
<style>
span { border-color: #382222; }
span { border-color: rgb(56,34,34); }
td.TdClassName
{
border-color: #382222;
}
.TagClassName
{
border-color: #382222;
}
</style>