#534544

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

Shades of Woody Brown #534544

Tints of Woody Brown #534544

Color information

#534544 (or 0x534544) is unknown color: approx Woody Brown. HEX triplet: 53, 45 and 44. RGB value is (83,69,68). Sum of RGB (Red+Green+Blue) = 83+69+68=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 68 (26.95% from 255 or 30.91% from 220); Max value from RGB is 83 - color contains mainly: red. Hex color #534544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534544 is #ACBABB. Grayscale: #494949. Windows color (decimal): -11319996 or 4474195. OLE color: 4474195.

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

Color convert

RGB836968-
CMYK00.170.180.67
HSL9.93%29.61%-
HSV(B)18.07%32.55%-
XYZ6.746.516.37-
YUV73.07125.14135.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.73%
GREEN value IS 69 (27.34% from 255) = 31.36%
BLUE value IS 68 (26.95% from 255) = 30.91%
R=37.73%
G=31.36%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83696800.170.180.6749.9329.61
Hex53454401112434a1e
Octal1231051040212210341236
Binary101001110001011000100010001100101000011100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534544; }

 p { color: rgb(83,69,68); }

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

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

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

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

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

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

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