#342724

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

Shades of Livid Brown #342724

Tints of Livid Brown #342724

Color information

#342724 (or 0x342724) is unknown color: approx Livid Brown. HEX triplet: 34, 27 and 24. RGB value is (52,39,36). Sum of RGB (Red+Green+Blue) = 52+39+36=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 39 (15.62% from 255 or 30.71% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 52 - color contains mainly: red. Hex color #342724 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342724 is #CBD8DB. Grayscale: #2A2A2A. Windows color (decimal): -13359324 or 2369332. OLE color: 2369332.

HSL color Cylindrical-coordinate representation of color #342724: hue angle of 11.25º 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 #342724 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.80.

Color convert

RGB523936-
CMYK00.250.310.80
HSL11.25º18.18%17.25%-
HSV(B)11.25º30.77%20.39%-
XYZ2.462.311.98-
YUV42.54124.31134.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.94%
GREEN value IS 39 (15.62% from 255) = 30.71%
BLUE value IS 36 (14.45% from 255) = 28.35%
R=40.94%
G=30.71%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52393600.250.310.8011.2518.1817.25
Hex3427240191F50b1211
Octal64474403137120132221
Binary11010010011110010001100111111101000010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342724; }

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

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

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

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

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

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

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

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