#584140

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

Shades of Woody Brown #584140

Tints of Woody Brown #584140

Color information

#584140 (or 0x584140) is unknown color: approx Woody Brown. HEX triplet: 58, 41 and 40. RGB value is (88,65,64). Sum of RGB (Red+Green+Blue) = 88+65+64=217 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.55% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 88 - color contains mainly: red. Hex color #584140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584140 is #A7BEBF. Grayscale: #474747. Windows color (decimal): -10993344 or 4211032. OLE color: 4211032.

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

Color convert

RGB886564-
CMYK00.260.270.65
HSL2.5º15.79%29.8%-
HSV(B)2.5º27.27%34.51%-
XYZ6.846.235.69-
YUV71.76123.62139.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.55%
GREEN value IS 65 (25.78% from 255) = 29.95%
BLUE value IS 64 (25.39% from 255) = 29.49%
R=40.55%
G=29.95%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88656400.260.270.652.515.7929.8
Hex58414001A1B413101e
Octal1301011000323310132036
Binary101100010000011000000011010110111000001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584140; }

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

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

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

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

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

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

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

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