Html Css Color HEX #5D794A Dingley

📋 copy color: '#5D794A'

red 93 ◦ green 121 ◦ blue 74

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

Shades of Dingley #5D794A

Tints of Dingley #5D794A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.01%

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

R = 32.29%
G = 42.01%
B = 25.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#5D794A (or 0x5D794A) is known color: Dingley. HEX triplet: 5D, 79 and 4A. RGB value is (93,121,74). Sum of RGB (Red+Green+Blue) = 93+121+74=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 121 (47.66% from 255 or 42.01% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 121 - color contains mainly: green. Hex color #5D794A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D794A is #A286B5. Grayscale: #6B6B6B. Windows color (decimal): -10651318 or 4880733. OLE color: 4880733.

HSL color Cylindrical-coordinate representation of color #5D794A: hue angle of 95.74º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5D794A is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 93 121 74 -
CMYK 0.23 0 0.39 0.53
HSL 95.74º 0.24% 0.38% -
HSV(B) 95.74º 0.39% 0.47% -
XYZ 12.59 16.5 9 -
YUV 107.27 109.22 117.82 -
System Red Green Blue C M Y K H S L
Decimal 93 121 74 0.23 0 0.39 0.53 95.74 0.24 0.38
Hex 5D 79 4A 17 0 27 35 60 18 26
Octal 135 171 112 27 0 47 65 140 30 46
Binary 1011101 1111001 1001010 10111 0 100111 110101 1100000 11000 100110

Color Harmonies of #5D794A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D794A

Black with #5D794A

Text Example


Text Example

White with #5D794A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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