#332525

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

Shades of Livid Brown #332525

Tints of Livid Brown #332525

Color information

#332525 (or 0x332525) is unknown color: approx Livid Brown. HEX triplet: 33, 25 and 25. RGB value is (51,37,37). Sum of RGB (Red+Green+Blue) = 51+37+37=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 37 (14.84% from 255 or 29.6% from 125); Blue value is 37 (14.84% from 255 or 29.6% from 125); Max value from RGB is 51 - color contains mainly: red. Hex color #332525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332525 is #CCDADA. Grayscale: #292929. Windows color (decimal): -13425371 or 2434355. OLE color: 2434355.

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

Color convert

RGB513737-
CMYK00.270.270.8
HSL15.91%17.25%-
HSV(B)27.45%20%-
XYZ2.362.162.04-
YUV41.19125.64135-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.8%
GREEN value IS 37 (14.84% from 255) = 29.6%
BLUE value IS 37 (14.84% from 255) = 29.6%
R=40.8%
G=29.6%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51373700.270.270.8015.9117.25
Hex33252501B1B5001011
Octal6345450333312002021
Binary11001110010110010101101111011101000001000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332525; }

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

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

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

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

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

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

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

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