#534545

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

Shades of Woody Brown #534545

Tints of Woody Brown #534545

Color information

#534545 (or 0x534545) is unknown color: approx Woody Brown. HEX triplet: 53, 45 and 45. RGB value is (83,69,69). Sum of RGB (Red+Green+Blue) = 83+69+69=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 83 - color contains mainly: red. Hex color #534545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534545 is #ACBABA. Grayscale: #494949. Windows color (decimal): -11319995 or 4539731. OLE color: 4539731.

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

Color convert

RGB836969-
CMYK00.170.170.67
HSL9.21%29.8%-
HSV(B)16.87%32.55%-
XYZ6.776.526.53-
YUV73.19125.64135-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.56%
GREEN value IS 69 (27.34% from 255) = 31.22%
BLUE value IS 69 (27.34% from 255) = 31.22%
R=37.56%
G=31.22%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83696900.170.170.6709.2129.8
Hex5345450111143091e
Octal1231051050212110301136
Binary1010011100010110001010100011000110000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534545; }

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

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

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

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

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

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

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

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