Shades of Livid Brown #382422
Tints of Livid Brown #382422
RGB
CMYK
RGB Variations
Color information
#382422 (or 0x382422) is known color: Livid Brown. HEX triplet: 38, 24 and 22. RGB value is (56,36,34). Sum of RGB (Red+Green+Blue) = 56+36+34=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 56 - color contains mainly: red. Hex color #382422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382422 is #C7DBDD. Grayscale: #292929. Windows color (decimal): -13097950 or 2237496. OLE color: 2237496.
HSL color Cylindrical-coordinate representation of color #382422: hue angle of 5.45º 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 #382422 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 36 | 34 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.78 |
| HSL | 5.45º | 0.24% | 0.18% | - |
| HSV(B) | 5.45º | 0.39% | 0.22% | - |
| XYZ | 2.55 | 2.22 | 1.81 | - |
| YUV | 41.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 36 | 34 | 0 | 0.36 | 0.39 | 0.78 | 5.45 | 0.24 | 0.18 |
| Hex | 38 | 24 | 22 | 0 | 24 | 27 | 4E | 5 | 18 | 12 |
| Octal | 70 | 44 | 42 | 0 | 44 | 47 | 116 | 5 | 30 | 22 |
| Binary | 111000 | 100100 | 100010 | 0 | 100100 | 100111 | 1001110 | 101 | 11000 | 10010 |
Color Harmonies of #382422
Complementary color
Monochromatic Colors of #382422
Black with #382422
Text Example
Text Example
White with #382422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382422; }
p { color: rgb(56,36,34); }
H1.HeaderClassName
{
color: #382422;
}
.AnyTagClassName
{
color: #382422;
}
</style>
background-color css
<style>
a { background-color: #382422; }
a { background-color: rgb(56,36,34); }
div.DivClassName
{
background-color: #382422;
}
.BgClassName
{
background-color: #382422;
}
</style>
border-color css
<style>
span { border-color: #382422; }
span { border-color: rgb(56,36,34); }
td.TdClassName
{
border-color: #382422;
}
.TagClassName
{
border-color: #382422;
}
</style>