Shades of Livid Brown #382927
Tints of Livid Brown #382927
RGB
CMYK
RGB Variations
Color information
#382927 (or 0x382927) is known color: Livid Brown. HEX triplet: 38, 29 and 27. RGB value is (56,41,39). Sum of RGB (Red+Green+Blue) = 56+41+39=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 39 (15.62% from 255 or 28.68% from 136); Max value from RGB is 56 - color contains mainly: red. Hex color #382927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382927 is #C7D6D8. Grayscale: #2D2D2D. Windows color (decimal): -13096665 or 2566456. OLE color: 2566456.
HSL color Cylindrical-coordinate representation of color #382927: hue angle of 7.06º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #382927 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 41 | 39 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.78 |
| HSL | 7.06º | 0.18% | 0.19% | - |
| HSV(B) | 7.06º | 0.3% | 0.22% | - |
| XYZ | 2.79 | 2.57 | 2.27 | - |
| YUV | 45.26 | 124.47 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 41 | 39 | 0 | 0.27 | 0.30 | 0.78 | 7.06 | 0.18 | 0.19 |
| Hex | 38 | 29 | 27 | 0 | 1B | 1E | 4E | 7 | 12 | 13 |
| Octal | 70 | 51 | 47 | 0 | 33 | 36 | 116 | 7 | 22 | 23 |
| Binary | 111000 | 101001 | 100111 | 0 | 11011 | 11110 | 1001110 | 111 | 10010 | 10011 |
Color Harmonies of #382927
Complementary color
Monochromatic Colors of #382927
Black with #382927
Text Example
Text Example
White with #382927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382927; }
p { color: rgb(56,41,39); }
H1.HeaderClassName
{
color: #382927;
}
.AnyTagClassName
{
color: #382927;
}
</style>
background-color css
<style>
a { background-color: #382927; }
a { background-color: rgb(56,41,39); }
div.DivClassName
{
background-color: #382927;
}
.BgClassName
{
background-color: #382927;
}
</style>
border-color css
<style>
span { border-color: #382927; }
span { border-color: rgb(56,41,39); }
td.TdClassName
{
border-color: #382927;
}
.TagClassName
{
border-color: #382927;
}
</style>