#524141

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

Shades of Woody Brown #524141

Tints of Woody Brown #524141

Color information

#524141 (or 0x524141) is unknown color: approx Woody Brown. HEX triplet: 52, 41 and 41. RGB value is (82,65,65). Sum of RGB (Red+Green+Blue) = 82+65+65=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 82 - color contains mainly: red. Hex color #524141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524141 is #ADBEBE. Grayscale: #464646. Windows color (decimal): -11386559 or 4276562. OLE color: 4276562.

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

Color convert

RGB826565-
CMYK00.210.210.68
HSL11.56%28.82%-
HSV(B)20.73%32.16%-
XYZ6.325.965.82-
YUV70.08125.13136.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.68%
GREEN value IS 65 (25.78% from 255) = 30.66%
BLUE value IS 65 (25.78% from 255) = 30.66%
R=38.68%
G=30.66%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82656500.210.210.68011.5628.82
Hex52414101515440c1d
Octal1221011010252510401435
Binary1010010100000110000010101011010110001000110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524141; }

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

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

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

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

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

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

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

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