#342525

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

Shades of Livid Brown #342525

Tints of Livid Brown #342525

Color information

#342525 (or 0x342525) is unknown color: approx Livid Brown. HEX triplet: 34, 25 and 25. RGB value is (52,37,37). Sum of RGB (Red+Green+Blue) = 52+37+37=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 37 (14.84% from 255 or 29.37% from 126); Max value from RGB is 52 - color contains mainly: red. Hex color #342525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342525 is #CBDADA. Grayscale: #292929. Windows color (decimal): -13359835 or 2434356. OLE color: 2434356.

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

Color convert

RGB523737-
CMYK00.290.290.80
HSL16.85%17.45%-
HSV(B)28.85%20.39%-
XYZ2.412.192.05-
YUV41.48125.47135.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.27%
GREEN value IS 37 (14.84% from 255) = 29.37%
BLUE value IS 37 (14.84% from 255) = 29.37%
R=41.27%
G=29.37%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52373700.290.290.80016.8517.45
Hex34252501D1D5001111
Octal6445450353512002121
Binary11010010010110010101110111101101000001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342525; }

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

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

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

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

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

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

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

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