Html Css Color HEX #585D3D Woodland

📋 copy color: '#585D3D'

red 88 ◦ green 93 ◦ blue 61

#585D3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Woodland #585D3D

Tints of Woodland #585D3D

RGB

 RED value IS 88 (34.77% from 255) = 36.36%

 GREEN value IS 93 (36.72% from 255) = 38.43%

 BLUE value IS 61 (24.22% from 255) = 25.21%

R = 36.36%
G = 38.43%
B = 25.21%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.34

 K value IS 0.64

RGB Variations

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

Color information

#585D3D (or 0x585D3D) is known color: Woodland. HEX triplet: 58, 5D and 3D. RGB value is (88,93,61). Sum of RGB (Red+Green+Blue) = 88+93+61=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 93 - color contains mainly: green. Hex color #585D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585D3D is #A7A2C2. Grayscale: #575757. Windows color (decimal): -10986179 or 4021592. OLE color: 4021592.

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

Color convert

RGB 88 93 61 -
CMYK 0.05 0 0.34 0.64
HSL 69.38º 0.21% 0.3% -
HSV(B) 69.38º 0.34% 0.36% -
XYZ 8.78 10.24 5.93 -
YUV 87.86 112.84 128.1 -
System Red Green Blue C M Y K H S L
Decimal 88 93 61 0.05 0 0.34 0.64 69.38 0.21 0.3
Hex 58 5D 3D 5 0 22 40 45 15 1E
Octal 130 135 75 5 0 42 100 105 25 36
Binary 1011000 1011101 111101 101 0 100010 1000000 1000101 10101 11110

Color Harmonies of #585D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585D3D

Black with #585D3D

Text Example


Text Example

White with #585D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #585D3D;
 }
 .AnyTagClassName
 {
   color: #585D3D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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