Html Css Color HEX #74594D Dorado

📋 copy color: '#74594D'

red 116 ◦ green 89 ◦ blue 77

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

Shades of Dorado #74594D

Tints of Dorado #74594D

RGB

 RED value IS 116 (45.7% from 255) = 41.13%

 GREEN value IS 89 (35.16% from 255) = 31.56%

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

R = 41.13%
G = 31.56%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#74594D (or 0x74594D) is known color: Dorado. HEX triplet: 74, 59 and 4D. RGB value is (116,89,77). Sum of RGB (Red+Green+Blue) = 116+89+77=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #74594D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74594D is #8BA6B2. Grayscale: #5F5F5F. Windows color (decimal): -9152179 or 5069172. OLE color: 5069172.

HSL color Cylindrical-coordinate representation of color #74594D: hue angle of 18.46º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74594D is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 89 77 -
CMYK 0 0.23 0.34 0.55
HSL 18.46º 0.2% 0.38% -
HSV(B) 18.46º 0.34% 0.45% -
XYZ 12.11 11.39 8.58 -
YUV 95.71 117.45 142.48 -
System Red Green Blue C M Y K H S L
Decimal 116 89 77 0 0.23 0.34 0.55 18.46 0.2 0.38
Hex 74 59 4D 0 17 22 37 12 14 26
Octal 164 131 115 0 27 42 67 22 24 46
Binary 1110100 1011001 1001101 0 10111 100010 110111 10010 10100 100110

Color Harmonies of #74594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74594D

Black with #74594D

Text Example


Text Example

White with #74594D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74594D; }

 p { color: rgb(116,89,77); }

 H1.HeaderClassName
 {
   color: #74594D;
 }
 .AnyTagClassName
 {
   color: #74594D;
 }
</style>

background-color css

<style>
 a { background-color: #74594D; }

 a { background-color: rgb(116,89,77); }

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

border-color css

<style>
 span { border-color: #74594D; }

 span { border-color: rgb(116,89,77); }

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