#524444

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

Shades of Woody Brown #524444

Tints of Woody Brown #524444

Color information

#524444 (or 0x524444) is unknown color: approx Woody Brown. HEX triplet: 52, 44 and 44. RGB value is (82,68,68). Sum of RGB (Red+Green+Blue) = 82+68+68=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 82 - color contains mainly: red. Hex color #524444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524444 is #ADBBBB. Grayscale: #484848. Windows color (decimal): -11385788 or 4473938. OLE color: 4473938.

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

Color convert

RGB826868-
CMYK00.170.170.68
HSL9.33%29.41%-
HSV(B)17.07%32.16%-
XYZ6.596.356.35-
YUV72.19125.64135-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.61%
GREEN value IS 68 (26.95% from 255) = 31.19%
BLUE value IS 68 (26.95% from 255) = 31.19%
R=37.61%
G=31.19%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82686800.170.170.6809.3329.41
Hex5244440111144091d
Octal1221041040212110401135
Binary1010010100010010001000100011000110001000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524444; }

 p { color: rgb(82,68,68); }

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

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

 a { background-color: rgb(82,68,68); }

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

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

 span { border-color: rgb(82,68,68); }

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