Shades of Livid Brown #34201F
Tints of Livid Brown #34201F
RGB
CMYK
RGB Variations
Color information
#34201F (or 0x34201F) is known color: Livid Brown. HEX triplet: 34, 20 and 1F. RGB value is (52,32,31). Sum of RGB (Red+Green+Blue) = 52+32+31=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 52 - color contains mainly: red. Hex color #34201F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34201F is #CBDFE0. Grayscale: #252525. Windows color (decimal): -13361121 or 2039860. OLE color: 2039860.
HSL color Cylindrical-coordinate representation of color #34201F: hue angle of 2.86º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #34201F is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 32 | 31 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.80 |
| HSL | 2.86º | 0.25% | 0.16% | - |
| HSV(B) | 2.86º | 0.4% | 0.2% | - |
| XYZ | 2.18 | 1.86 | 1.54 | - |
| YUV | 37.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 32 | 31 | 0 | 0.38 | 0.40 | 0.80 | 2.86 | 0.25 | 0.16 |
| Hex | 34 | 20 | 1F | 0 | 26 | 28 | 50 | 3 | 19 | 10 |
| Octal | 64 | 40 | 37 | 0 | 46 | 50 | 120 | 3 | 31 | 20 |
| Binary | 110100 | 100000 | 11111 | 0 | 100110 | 101000 | 1010000 | 11 | 11001 | 10000 |
Color Harmonies of #34201F
Complementary color
Monochromatic Colors of #34201F
Black with #34201F
Text Example
Text Example
White with #34201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34201F; }
p { color: rgb(52,32,31); }
H1.HeaderClassName
{
color: #34201F;
}
.AnyTagClassName
{
color: #34201F;
}
</style>
background-color css
<style>
a { background-color: #34201F; }
a { background-color: rgb(52,32,31); }
div.DivClassName
{
background-color: #34201F;
}
.BgClassName
{
background-color: #34201F;
}
</style>
border-color css
<style>
span { border-color: #34201F; }
span { border-color: rgb(52,32,31); }
td.TdClassName
{
border-color: #34201F;
}
.TagClassName
{
border-color: #34201F;
}
</style>