Html Css Color HEX #5D614A Woodland

📋 copy color: '#5D614A'

red 93 ◦ green 97 ◦ blue 74

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

Shades of Woodland #5D614A

Tints of Woodland #5D614A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.74%

 BLUE value IS 74 (29.3% from 255) = 28.03%

R = 35.23%
G = 36.74%
B = 28.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#5D614A (or 0x5D614A) is known color: Woodland. HEX triplet: 5D, 61 and 4A. RGB value is (93,97,74). Sum of RGB (Red+Green+Blue) = 93+97+74=264 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.23% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 97 - color contains mainly: green. Hex color #5D614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D614A is #A29EB5. Grayscale: #5D5D5D. Windows color (decimal): -10657462 or 4874589. OLE color: 4874589.

HSL color Cylindrical-coordinate representation of color #5D614A: hue angle of 70.43º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5D614A is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 93 97 74 -
CMYK 0.04 0 0.24 0.62
HSL 70.43º 0.13% 0.34% -
HSV(B) 70.43º 0.24% 0.38% -
XYZ 10.02 11.37 8.15 -
YUV 93.18 117.17 127.87 -
System Red Green Blue C M Y K H S L
Decimal 93 97 74 0.04 0 0.24 0.62 70.43 0.13 0.34
Hex 5D 61 4A 4 0 18 3E 46 D 22
Octal 135 141 112 4 0 30 76 106 15 42
Binary 1011101 1100001 1001010 100 0 11000 111110 1000110 1101 100010

Color Harmonies of #5D614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D614A

Black with #5D614A

Text Example


Text Example

White with #5D614A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,97,74); }

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

background-color css

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

 a { background-color: rgb(93,97,74); }

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

border-color css

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

 span { border-color: rgb(93,97,74); }

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