#534645

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

Shades of Woody Brown #534645

Tints of Woody Brown #534645

Color information

#534645 (or 0x534645) is unknown color: approx Woody Brown. HEX triplet: 53, 46 and 45. RGB value is (83,70,69). Sum of RGB (Red+Green+Blue) = 83+70+69=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 83 - color contains mainly: red. Hex color #534645 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534645 is #ACB9BA. Grayscale: #494949. Windows color (decimal): -11319739 or 4539987. OLE color: 4539987.

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

Color convert

RGB837069-
CMYK00.160.170.67
HSL4.29º9.21%29.8%-
HSV(B)4.29º16.87%32.55%-
XYZ6.836.656.55-
YUV73.77125.31134.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.39%
GREEN value IS 70 (27.73% from 255) = 31.53%
BLUE value IS 69 (27.34% from 255) = 31.08%
R=37.39%
G=31.53%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83706900.160.170.674.299.2129.8
Hex5346450101143491e
Octal1231061050202110341136
Binary101001110001101000101010000100011000011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534645; }

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

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

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

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

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

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

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

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