#534040

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

Shades of Woody Brown #534040

Tints of Woody Brown #534040

Color information

#534040 (or 0x534040) is unknown color: approx Woody Brown. HEX triplet: 53, 40 and 40. RGB value is (83,64,64). Sum of RGB (Red+Green+Blue) = 83+64+64=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 83 - color contains mainly: red. Hex color #534040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534040 is #ACBFBF. Grayscale: #454545. Windows color (decimal): -11321280 or 4210771. OLE color: 4210771.

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

Color convert

RGB836464-
CMYK00.230.230.67
HSL12.93%28.82%-
HSV(B)22.89%32.55%-
XYZ6.335.885.65-
YUV69.68124.79137.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.34%
GREEN value IS 64 (25.39% from 255) = 30.33%
BLUE value IS 64 (25.39% from 255) = 30.33%
R=39.34%
G=30.33%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83646400.230.230.67012.9328.82
Hex53404001717430d1d
Octal1231001000272710301535
Binary1010011100000010000000101111011110000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534040; }

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

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

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

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

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

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

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

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