#534747

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

Shades of Woody Brown #534747

Tints of Woody Brown #534747

Color information

#534747 (or 0x534747) is unknown color: approx Woody Brown. HEX triplet: 53, 47 and 47. RGB value is (83,71,71). Sum of RGB (Red+Green+Blue) = 83+71+71=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 83 - color contains mainly: red. Hex color #534747 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534747 is #ACB8B8. Grayscale: #4A4A4A. Windows color (decimal): -11319481 or 4671315. OLE color: 4671315.

HSL color Cylindrical-coordinate representation of color #534747: hue angle of 0º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #534747 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB837171-
CMYK00.140.140.67
HSL7.79%30.2%-
HSV(B)14.46%32.55%-
XYZ6.966.86.91-
YUV74.59125.98134-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.89%
GREEN value IS 71 (28.12% from 255) = 31.56%
BLUE value IS 71 (28.12% from 255) = 31.56%
R=36.89%
G=31.56%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83717100.140.140.6707.7930.2
Hex5347470EE43081e
Octal1231071070161610301036
Binary10100111000111100011101110111010000110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534747; }

 p { color: rgb(83,71,71); }

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

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

 a { background-color: rgb(83,71,71); }

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

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

 span { border-color: rgb(83,71,71); }

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