#342320

Color #342320 Livid Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Livid Brown #342320

Tints of Livid Brown #342320

Color information

#342320 (or 0x342320) is unknown color: approx Livid Brown. HEX triplet: 34, 23 and 20. RGB value is (52,35,32). Sum of RGB (Red+Green+Blue) = 52+35+32=119 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.70% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 52 - color contains mainly: red. Hex color #342320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342320 is #CBDCDF. Grayscale: #272727. Windows color (decimal): -13360352 or 2106164. OLE color: 2106164.

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

Color convert

RGB523532-
CMYK00.330.380.80
HSL23.81%16.47%-
HSV(B)38.46%20.39%-
XYZ2.282.041.64-
YUV39.74123.63136.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 43.70%
GREEN value IS 35 (14.06% from 255) = 29.41%
BLUE value IS 32 (12.89% from 255) = 26.89%
R=43.70%
G=29.41%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52353200.330.380.80923.8116.47
Hex342320021265091810
Octal64434004146120113020
Binary1101001000111000000100001100110101000010011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342320; }

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

 H1.HeaderClassName
 {
   color: #342320;
 }
 .AnyTagClassName
 {
   color: #342320;
 }
</style>
background-color css

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

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

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

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

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

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