#585D41

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

Shades of Woodland #585D41

Tints of Woodland #585D41

Color information

#585D41 (or 0x585D41) is unknown color: approx Woodland. HEX triplet: 58, 5D and 41. RGB value is (88,93,65). Sum of RGB (Red+Green+Blue) = 88+93+65=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 93 - color contains mainly: green. Hex color #585D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585D41 is #A7A2BE. Grayscale: #585858. Windows color (decimal): -10986175 or 4283736. OLE color: 4283736.

HSL color Cylindrical-coordinate representation of color #585D41: hue angle of 70.71º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #585D41 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB889365-
CMYK0.0500.300.64
HSL70.71º17.72%30.98%-
HSV(B)70.71º30.11%36.47%-
XYZ8.8910.296.52-
YUV88.31114.84127.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.77%
GREEN value IS 93 (36.72% from 255) = 37.80%
BLUE value IS 65 (25.78% from 255) = 26.42%
R=35.77%
G=37.80%
B=26.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8893650.0500.300.6470.7117.7230.98
Hex585D41501E4047121f
Octal13013510150361001072237
Binary101100010111011000001101011110100000010001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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