Shades of Livid Brown #342726
Tints of Livid Brown #342726
RGB
CMYK
RGB Variations
Color information
#342726 (or 0x342726) is known color: Livid Brown. HEX triplet: 34, 27 and 26. RGB value is (52,39,38). Sum of RGB (Red+Green+Blue) = 52+39+38=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 38 (15.23% from 255 or 29.46% from 129); Max value from RGB is 52 - color contains mainly: red. Hex color #342726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342726 is #CBD8D9. Grayscale: #2A2A2A. Windows color (decimal): -13359322 or 2500404. OLE color: 2500404.
HSL color Cylindrical-coordinate representation of color #342726: hue angle of 4.29º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #342726 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 39 | 38 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.80 |
| HSL | 4.29º | 0.16% | 0.18% | - |
| HSV(B) | 4.29º | 0.27% | 0.2% | - |
| XYZ | 2.49 | 2.32 | 2.15 | - |
| YUV | 42.77 | 125.31 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 39 | 38 | 0 | 0.25 | 0.27 | 0.80 | 4.29 | 0.16 | 0.18 |
| Hex | 34 | 27 | 26 | 0 | 19 | 1B | 50 | 4 | 10 | 12 |
| Octal | 64 | 47 | 46 | 0 | 31 | 33 | 120 | 4 | 20 | 22 |
| Binary | 110100 | 100111 | 100110 | 0 | 11001 | 11011 | 1010000 | 100 | 10000 | 10010 |
Color Harmonies of #342726
Complementary color
Monochromatic Colors of #342726
Black with #342726
Text Example
Text Example
White with #342726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342726; }
p { color: rgb(52,39,38); }
H1.HeaderClassName
{
color: #342726;
}
.AnyTagClassName
{
color: #342726;
}
</style>
background-color css
<style>
a { background-color: #342726; }
a { background-color: rgb(52,39,38); }
div.DivClassName
{
background-color: #342726;
}
.BgClassName
{
background-color: #342726;
}
</style>
border-color css
<style>
span { border-color: #342726; }
span { border-color: rgb(52,39,38); }
td.TdClassName
{
border-color: #342726;
}
.TagClassName
{
border-color: #342726;
}
</style>