#332524

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

Shades of Livid Brown #332524

Tints of Livid Brown #332524

Color information

#332524 (or 0x332524) is unknown color: approx Livid Brown. HEX triplet: 33, 25 and 24. RGB value is (51,37,36). Sum of RGB (Red+Green+Blue) = 51+37+36=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 51 - color contains mainly: red. Hex color #332524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332524 is #CCDADB. Grayscale: #292929. Windows color (decimal): -13425372 or 2368819. OLE color: 2368819.

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

Color convert

RGB513736-
CMYK00.270.290.8
HSL17.24%17.06%-
HSV(B)29.41%20%-
XYZ2.352.151.96-
YUV41.07125.14135.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 41.13%
GREEN value IS 37 (14.84% from 255) = 29.84%
BLUE value IS 36 (14.45% from 255) = 29.03%
R=41.13%
G=29.84%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51373600.270.290.8417.2417.06
Hex33252401B1D5041111
Octal6345440333512042121
Binary1100111001011001000110111110110100001001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332524; }

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

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

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

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

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

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

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

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