#534644

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

Shades of Woody Brown #534644

Tints of Woody Brown #534644

Color information

#534644 (or 0x534644) is unknown color: approx Woody Brown. HEX triplet: 53, 46 and 44. RGB value is (83,70,68). Sum of RGB (Red+Green+Blue) = 83+70+68=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 68 (26.95% from 255 or 30.77% from 221); Max value from RGB is 83 - color contains mainly: red. Hex color #534644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534644 is #ACB9BB. Grayscale: #494949. Windows color (decimal): -11319740 or 4474451. OLE color: 4474451.

HSL color Cylindrical-coordinate representation of color #534644: hue angle of 8º 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 #534644 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB837068-
CMYK00.160.180.67
HSL9.93%29.61%-
HSV(B)18.07%32.55%-
XYZ6.86.646.39-
YUV73.66124.81134.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.56%
GREEN value IS 70 (27.73% from 255) = 31.67%
BLUE value IS 68 (26.95% from 255) = 30.77%
R=37.56%
G=31.67%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83706800.160.180.6789.9329.61
Hex53464401012438a1e
Octal12310610402022103101236
Binary1010011100011010001000100001001010000111000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534644; }

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

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

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

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

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

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

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

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