#342523

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

Shades of Livid Brown #342523

Tints of Livid Brown #342523

Color information

#342523 (or 0x342523) is unknown color: approx Livid Brown. HEX triplet: 34, 25 and 23. RGB value is (52,37,35). Sum of RGB (Red+Green+Blue) = 52+37+35=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 52 - color contains mainly: red. Hex color #342523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342523 is #CBDADC. Grayscale: #292929. Windows color (decimal): -13359837 or 2303284. OLE color: 2303284.

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

Color convert

RGB523735-
CMYK00.290.330.80
HSL7.06º19.54%17.06%-
HSV(B)7.06º32.69%20.39%-
XYZ2.382.171.88-
YUV41.26124.47135.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.94%
GREEN value IS 37 (14.84% from 255) = 29.84%
BLUE value IS 35 (14.06% from 255) = 28.23%
R=41.94%
G=29.84%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52373500.290.330.807.0619.5417.06
Hex34252301D215071411
Octal6445430354112072421
Binary11010010010110001101110110000110100001111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342523; }

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

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

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

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

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

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

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

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