Shades of Livid Brown #342623
Tints of Livid Brown #342623
RGB
CMYK
RGB Variations
Color information
#342623 (or 0x342623) is known color: Livid Brown. HEX triplet: 34, 26 and 23. RGB value is (52,38,35). Sum of RGB (Red+Green+Blue) = 52+38+35=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 52 - color contains mainly: red. Hex color #342623 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342623 is #CBD9DC. Grayscale: #292929. Windows color (decimal): -13359581 or 2303540. OLE color: 2303540.
HSL color Cylindrical-coordinate representation of color #342623: hue angle of 10.59º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #342623 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 38 | 35 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.80 |
| HSL | 10.59º | 0.2% | 0.17% | - |
| HSV(B) | 10.59º | 0.33% | 0.2% | - |
| XYZ | 2.41 | 2.24 | 1.89 | - |
| YUV | 41.84 | 124.14 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 38 | 35 | 0 | 0.27 | 0.33 | 0.80 | 10.59 | 0.2 | 0.17 |
| Hex | 34 | 26 | 23 | 0 | 1B | 21 | 50 | B | 14 | 11 |
| Octal | 64 | 46 | 43 | 0 | 33 | 41 | 120 | 13 | 24 | 21 |
| Binary | 110100 | 100110 | 100011 | 0 | 11011 | 100001 | 1010000 | 1011 | 10100 | 10001 |
Color Harmonies of #342623
Complementary color
Monochromatic Colors of #342623
Black with #342623
Text Example
Text Example
White with #342623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342623; }
p { color: rgb(52,38,35); }
H1.HeaderClassName
{
color: #342623;
}
.AnyTagClassName
{
color: #342623;
}
</style>
background-color css
<style>
a { background-color: #342623; }
a { background-color: rgb(52,38,35); }
div.DivClassName
{
background-color: #342623;
}
.BgClassName
{
background-color: #342623;
}
</style>
border-color css
<style>
span { border-color: #342623; }
span { border-color: rgb(52,38,35); }
td.TdClassName
{
border-color: #342623;
}
.TagClassName
{
border-color: #342623;
}
</style>