#342424

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

Shades of Livid Brown #342424

Tints of Livid Brown #342424

Color information

#342424 (or 0x342424) is unknown color: approx Livid Brown. HEX triplet: 34, 24 and 24. RGB value is (52,36,36). Sum of RGB (Red+Green+Blue) = 52+36+36=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 36 (14.45% from 255 or 29.03% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 52 - color contains mainly: red. Hex color #342424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342424 is #CBDBDB. Grayscale: #282828. Windows color (decimal): -13360092 or 2368564. OLE color: 2368564.

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

Color convert

RGB523636-
CMYK00.310.310.80
HSL18.18%17.25%-
HSV(B)30.77%20.39%-
XYZ2.372.121.95-
YUV40.78125.3136-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.94%
GREEN value IS 36 (14.45% from 255) = 29.03%
BLUE value IS 36 (14.45% from 255) = 29.03%
R=41.94%
G=29.03%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52363600.310.310.80018.1817.25
Hex34242401F1F5001211
Octal6444440373712002221
Binary11010010010010010001111111111101000001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342424; }

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

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

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

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

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

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

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

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