Html Css Color HEX #74594A Domino

📋 copy color: '#74594A'

red 116 ◦ green 89 ◦ blue 74

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

Shades of Domino #74594A

Tints of Domino #74594A

RGB

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

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

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

R = 41.58%
G = 31.9%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#74594A (or 0x74594A) is known color: Domino. HEX triplet: 74, 59 and 4A. RGB value is (116,89,74). Sum of RGB (Red+Green+Blue) = 116+89+74=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #74594A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74594A is #8BA6B5. Grayscale: #5F5F5F. Windows color (decimal): -9152182 or 4872564. OLE color: 4872564.

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

Color convert

RGB 116 89 74 -
CMYK 0 0.23 0.36 0.55
HSL 21.43º 0.22% 0.37% -
HSV(B) 21.43º 0.36% 0.45% -
XYZ 12.01 11.35 8.04 -
YUV 95.36 115.95 142.72 -
System Red Green Blue C M Y K H S L
Decimal 116 89 74 0 0.23 0.36 0.55 21.43 0.22 0.37
Hex 74 59 4A 0 17 24 37 15 16 25
Octal 164 131 112 0 27 44 67 25 26 45
Binary 1110100 1011001 1001010 0 10111 100100 110111 10101 10110 100101

Color Harmonies of #74594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74594A

Black with #74594A

Text Example


Text Example

White with #74594A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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