#585C45

Color #585C45 Woodland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodland #585C45

Tints of Woodland #585C45

Color information

#585C45 (or 0x585C45) is unknown color: approx Woodland. HEX triplet: 58, 5C and 45. RGB value is (88,92,69). Sum of RGB (Red+Green+Blue) = 88+92+69=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 92 - color contains mainly: green. Hex color #585C45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585C45 is #A7A3BA. Grayscale: #585858. Windows color (decimal): -10986427 or 4545624. OLE color: 4545624.

HSL color Cylindrical-coordinate representation of color #585C45: hue angle of 70.43º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #585C45 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.

Color convert

RGB889269-
CMYK0.0400.250.64
HSL70.43º14.29%31.57%-
HSV(B)70.43º25%36.08%-
XYZ8.9310.167.12-
YUV88.18117.17127.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.34%
GREEN value IS 92 (36.33% from 255) = 36.95%
BLUE value IS 69 (27.34% from 255) = 27.71%
R=35.34%
G=36.95%
B=27.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8892690.0400.250.6470.4314.2931.57
Hex585C4540194046e20
Octal13013410540311001061640
Binary101100010111001000101100011001100000010001101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585C45; }

 p { color: rgb(88,92,69); }

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

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

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

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

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

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

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