Html Css Color HEX #342321 Livid Brown

📋 copy color: '#342321'

red 52 ◦ green 35 ◦ blue 33

#342321
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Livid Brown #342321

Tints of Livid Brown #342321

RGB

 RED value IS 52 (20.7% from 255) = 43.33%

 GREEN value IS 35 (14.06% from 255) = 29.17%

 BLUE value IS 33 (13.28% from 255) = 27.5%

R = 43.33%
G = 29.17%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.80

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#342321 (or 0x342321) is known color: Livid Brown. HEX triplet: 34, 23 and 21. RGB value is (52,35,33). Sum of RGB (Red+Green+Blue) = 52+35+33=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 52 - color contains mainly: red. Hex color #342321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342321 is #CBDCDE. Grayscale: #272727. Windows color (decimal): -13360351 or 2171700. OLE color: 2171700.

HSL color Cylindrical-coordinate representation of color #342321: hue angle of 6.32º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #342321 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 35 33 -
CMYK 0 0.33 0.37 0.80
HSL 6.32º 0.22% 0.17% -
HSV(B) 6.32º 0.37% 0.2% -
XYZ 2.29 2.04 1.71 -
YUV 39.86 124.13 136.66 -
System Red Green Blue C M Y K H S L
Decimal 52 35 33 0 0.33 0.37 0.80 6.32 0.22 0.17
Hex 34 23 21 0 21 25 50 6 16 11
Octal 64 43 41 0 41 45 120 6 26 21
Binary 110100 100011 100001 0 100001 100101 1010000 110 10110 10001

Color Harmonies of #342321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342321

Black with #342321

Text Example


Text Example

White with #342321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342321; }

 p { color: rgb(52,35,33); }

 H1.HeaderClassName
 {
   color: #342321;
 }
 .AnyTagClassName
 {
   color: #342321;
 }
</style>

background-color css

<style>
 a { background-color: #342321; }

 a { background-color: rgb(52,35,33); }

 div.DivClassName
 {
   background-color: #342321;
 }
 .BgClassName
 {
   background-color: #342321;
 }
</style>

border-color css

<style>
 span { border-color: #342321; }

 span { border-color: rgb(52,35,33); }

 td.TdClassName
 {
   border-color: #342321;
 }
 .TagClassName
 {
   border-color: #342321;
 }
</style>