Html Css Color HEX #5D604D Woodland

📋 copy color: '#5D604D'

red 93 ◦ green 96 ◦ blue 77

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

Shades of Woodland #5D604D

Tints of Woodland #5D604D

RGB

 RED value IS 93 (36.72% from 255) = 34.96%

 GREEN value IS 96 (37.89% from 255) = 36.09%

 BLUE value IS 77 (30.47% from 255) = 28.95%

R = 34.96%
G = 36.09%
B = 28.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#5D604D (or 0x5D604D) is known color: Woodland. HEX triplet: 5D, 60 and 4D. RGB value is (93,96,77). Sum of RGB (Red+Green+Blue) = 93+96+77=266 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.96% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 96 - color contains mainly: green. Hex color #5D604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D604D is #A29FB2. Grayscale: #5D5D5D. Windows color (decimal): -10657715 or 5070941. OLE color: 5070941.

HSL color Cylindrical-coordinate representation of color #5D604D: hue angle of 69.47º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5D604D is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 93 96 77 -
CMYK 0.03 0 0.20 0.62
HSL 69.47º 0.11% 0.34% -
HSV(B) 69.47º 0.2% 0.38% -
XYZ 10.04 11.23 8.66 -
YUV 92.94 119.01 128.04 -
System Red Green Blue C M Y K H S L
Decimal 93 96 77 0.03 0 0.20 0.62 69.47 0.11 0.34
Hex 5D 60 4D 3 0 14 3E 45 B 22
Octal 135 140 115 3 0 24 76 105 13 42
Binary 1011101 1100000 1001101 11 0 10100 111110 1000101 1011 100010

Color Harmonies of #5D604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D604D

Black with #5D604D

Text Example


Text Example

White with #5D604D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D604D; }

 p { color: rgb(93,96,77); }

 H1.HeaderClassName
 {
   color: #5D604D;
 }
 .AnyTagClassName
 {
   color: #5D604D;
 }
</style>

background-color css

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

 a { background-color: rgb(93,96,77); }

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

border-color css

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

 span { border-color: rgb(93,96,77); }

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