Html Css Color HEX #74594B Domino

📋 copy color: '#74594B'

red 116 ◦ green 89 ◦ blue 75

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

Shades of Domino #74594B

Tints of Domino #74594B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.79%

R = 41.43%
G = 31.79%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#74594B (or 0x74594B) is known color: Domino. HEX triplet: 74, 59 and 4B. RGB value is (116,89,75). Sum of RGB (Red+Green+Blue) = 116+89+75=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 116 - color contains mainly: red. Hex color #74594B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74594B is #8BA6B4. Grayscale: #5F5F5F. Windows color (decimal): -9152181 or 4938100. OLE color: 4938100.

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

Color convert

RGB 116 89 75 -
CMYK 0 0.23 0.35 0.55
HSL 20.49º 0.21% 0.37% -
HSV(B) 20.49º 0.35% 0.45% -
XYZ 12.04 11.37 8.22 -
YUV 95.48 116.45 142.64 -
System Red Green Blue C M Y K H S L
Decimal 116 89 75 0 0.23 0.35 0.55 20.49 0.21 0.37
Hex 74 59 4B 0 17 23 37 14 15 25
Octal 164 131 113 0 27 43 67 24 25 45
Binary 1110100 1011001 1001011 0 10111 100011 110111 10100 10101 100101

Color Harmonies of #74594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74594B

Black with #74594B

Text Example


Text Example

White with #74594B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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