#74594A

Color #74594A Domino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Domino #74594A

Tints of Domino #74594A

Color information

#74594A (or 0x74594A) is unknown color: approx 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

RGB1168974-
CMYK00.230.360.55
HSL21.43º22.11%37.25%-
HSV(B)21.43º36.21%45.49%-
XYZ12.0111.358.04-
YUV95.36115.95142.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.58%
GREEN value IS 89 (35.16% from 255) = 31.90%
BLUE value IS 74 (29.30% from 255) = 26.52%
R=41.58%
G=31.90%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116897400.230.360.5521.4322.1137.25
Hex74594A0172437151625
Octal1641311120274467252645
Binary1110100101100110010100101111001001101111010110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74594A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>