#584040

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

Shades of Woody Brown #584040

Tints of Woody Brown #584040

Color information

#584040 (or 0x584040) is unknown color: approx Woody Brown. HEX triplet: 58, 40 and 40. RGB value is (88,64,64). Sum of RGB (Red+Green+Blue) = 88+64+64=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 88 - color contains mainly: red. Hex color #584040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584040 is #A7BFBF. Grayscale: #474747. Windows color (decimal): -10993600 or 4210776. OLE color: 4210776.

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

Color convert

RGB886464-
CMYK00.270.270.65
HSL15.79%29.8%-
HSV(B)27.27%34.51%-
XYZ6.786.115.67-
YUV71.18123.95140-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.74%
GREEN value IS 64 (25.39% from 255) = 29.63%
BLUE value IS 64 (25.39% from 255) = 29.63%
R=40.74%
G=29.63%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88646400.270.270.65015.7929.8
Hex58404001B1B410101e
Octal1301001000333310102036
Binary10110001000000100000001101111011100000101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584040; }

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

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

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

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

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

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

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

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