#585C41

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

Shades of Woodland #585C41

Tints of Woodland #585C41

Color information

#585C41 (or 0x585C41) is unknown color: approx Woodland. HEX triplet: 58, 5C and 41. RGB value is (88,92,65). Sum of RGB (Red+Green+Blue) = 88+92+65=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 92 - color contains mainly: green. Hex color #585C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585C41 is #A7A3BE. Grayscale: #575757. Windows color (decimal): -10986431 or 4283480. OLE color: 4283480.

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

Color convert

RGB889265-
CMYK0.0400.290.64
HSL68.89º17.2%30.78%-
HSV(B)68.89º29.35%36.08%-
XYZ8.8110.116.49-
YUV87.73115.17128.2-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.92%
GREEN value IS 92 (36.33% from 255) = 37.55%
BLUE value IS 65 (25.78% from 255) = 26.53%
R=35.92%
G=37.55%
B=26.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8892650.0400.290.6468.8917.230.78
Hex585C41401D4045111f
Octal13013410140351001052137
Binary101100010111001000001100011101100000010001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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