#342624

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

Shades of Livid Brown #342624

Tints of Livid Brown #342624

Color information

#342624 (or 0x342624) is unknown color: approx Livid Brown. HEX triplet: 34, 26 and 24. RGB value is (52,38,36). Sum of RGB (Red+Green+Blue) = 52+38+36=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 38 (15.23% from 255 or 30.16% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 52 - color contains mainly: red. Hex color #342624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342624 is #CBD9DB. Grayscale: #292929. Windows color (decimal): -13359580 or 2369076. OLE color: 2369076.

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

Color convert

RGB523836-
CMYK00.270.310.80
HSL7.5º18.18%17.25%-
HSV(B)7.5º30.77%20.39%-
XYZ2.432.241.97-
YUV41.96124.64135.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.27%
GREEN value IS 38 (15.23% from 255) = 30.16%
BLUE value IS 36 (14.45% from 255) = 28.57%
R=41.27%
G=30.16%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52383600.270.310.807.518.1817.25
Hex34262401B1F5081211
Octal64464403337120102221
Binary11010010011010010001101111111101000010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342624; }

 p { color: rgb(52,38,36); }

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

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

 a { background-color: rgb(52,38,36); }

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

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

 span { border-color: rgb(52,38,36); }

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