Shades of Livid Brown #342927
Tints of Livid Brown #342927
RGB
CMYK
RGB Variations
Color information
#342927 (or 0x342927) is known color: Livid Brown. HEX triplet: 34, 29 and 27. RGB value is (52,41,39). Sum of RGB (Red+Green+Blue) = 52+41+39=132 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.39% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 39 (15.62% from 255 or 29.55% from 132); Max value from RGB is 52 - color contains mainly: red. Hex color #342927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342927 is #CBD6D8. Grayscale: #2C2C2C. Windows color (decimal): -13358809 or 2566452. OLE color: 2566452.
HSL color Cylindrical-coordinate representation of color #342927: hue angle of 9.23º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #342927 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 41 | 39 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.80 |
| HSL | 9.23º | 0.14% | 0.18% | - |
| HSV(B) | 9.23º | 0.25% | 0.2% | - |
| XYZ | 2.58 | 2.46 | 2.26 | - |
| YUV | 44.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 41 | 39 | 0 | 0.21 | 0.25 | 0.80 | 9.23 | 0.14 | 0.18 |
| Hex | 34 | 29 | 27 | 0 | 15 | 19 | 50 | 9 | E | 12 |
| Octal | 64 | 51 | 47 | 0 | 25 | 31 | 120 | 11 | 16 | 22 |
| Binary | 110100 | 101001 | 100111 | 0 | 10101 | 11001 | 1010000 | 1001 | 1110 | 10010 |
Color Harmonies of #342927
Complementary color
Monochromatic Colors of #342927
Black with #342927
Text Example
Text Example
White with #342927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342927; }
p { color: rgb(52,41,39); }
H1.HeaderClassName
{
color: #342927;
}
.AnyTagClassName
{
color: #342927;
}
</style>
background-color css
<style>
a { background-color: #342927; }
a { background-color: rgb(52,41,39); }
div.DivClassName
{
background-color: #342927;
}
.BgClassName
{
background-color: #342927;
}
</style>
border-color css
<style>
span { border-color: #342927; }
span { border-color: rgb(52,41,39); }
td.TdClassName
{
border-color: #342927;
}
.TagClassName
{
border-color: #342927;
}
</style>