#322525

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

Shades of Livid Brown #322525

Tints of Livid Brown #322525

Color information

#322525 (or 0x322525) is unknown color: approx Livid Brown. HEX triplet: 32, 25 and 25. RGB value is (50,37,37). Sum of RGB (Red+Green+Blue) = 50+37+37=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 50 - color contains mainly: red. Hex color #322525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322525 is #CDDADA. Grayscale: #282828. Windows color (decimal): -13490907 or 2434354. OLE color: 2434354.

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

Color convert

RGB503737-
CMYK00.260.260.80
HSL14.94%17.06%-
HSV(B)26%19.61%-
XYZ2.312.132.04-
YUV40.89125.81134.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.32%
GREEN value IS 37 (14.84% from 255) = 29.84%
BLUE value IS 37 (14.84% from 255) = 29.84%
R=40.32%
G=29.84%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50373700.260.260.80014.9417.06
Hex32252501A1A500f11
Octal6245450323212001721
Binary1100101001011001010110101101010100000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322525; }

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

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

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

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

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

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

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

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