#534746

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

Shades of Woody Brown #534746

Tints of Woody Brown #534746

Color information

#534746 (or 0x534746) is unknown color: approx Woody Brown. HEX triplet: 53, 47 and 46. RGB value is (83,71,70). Sum of RGB (Red+Green+Blue) = 83+71+70=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 83 - color contains mainly: red. Hex color #534746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534746 is #ACB8B9. Grayscale: #4A4A4A. Windows color (decimal): -11319482 or 4605779. OLE color: 4605779.

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

Color convert

RGB837170-
CMYK00.140.160.67
HSL4.62º8.5%30%-
HSV(B)4.62º15.66%32.55%-
XYZ6.936.796.74-
YUV74.47125.48134.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.05%
GREEN value IS 71 (28.12% from 255) = 31.70%
BLUE value IS 70 (27.73% from 255) = 31.25%
R=37.05%
G=31.70%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83717000.140.160.674.628.530
Hex5347460E1043581e
Octal1231071060162010351036
Binary10100111000111100011001110100001000011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534746; }

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

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

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

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

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

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

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

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