#534846

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

Shades of Woody Brown #534846

Tints of Woody Brown #534846

Color information

#534846 (or 0x534846) is unknown color: approx Woody Brown. HEX triplet: 53, 48 and 46. RGB value is (83,72,70). Sum of RGB (Red+Green+Blue) = 83+72+70=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 83 - color contains mainly: red. Hex color #534846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534846 is #ACB7B9. Grayscale: #4B4B4B. Windows color (decimal): -11319226 or 4606035. OLE color: 4606035.

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

Color convert

RGB837270-
CMYK00.130.160.67
HSL9.23º8.5%30%-
HSV(B)9.23º15.66%32.55%-
XYZ6.996.926.76-
YUV75.06125.14133.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.89%
GREEN value IS 72 (28.52% from 255) = 32%
BLUE value IS 70 (27.73% from 255) = 31.11%
R=36.89%
G=32%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83727000.130.160.679.238.530
Hex5348460D1043981e
Octal12311010601520103111036
Binary101001110010001000110011011000010000111001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534846; }

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

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

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

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

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

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

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

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