Html Css Color HEX #746049 Domino

📋 copy color: '#746049'

red 116 ◦ green 96 ◦ blue 73

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

Shades of Domino #746049

Tints of Domino #746049

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.68%

 BLUE value IS 73 (28.91% from 255) = 25.61%

R = 40.7%
G = 33.68%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#746049 (or 0x746049) is known color: Domino. HEX triplet: 74, 60 and 49. RGB value is (116,96,73). Sum of RGB (Red+Green+Blue) = 116+96+73=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 116 - color contains mainly: red. Hex color #746049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746049 is #8B9FB6. Grayscale: #636363. Windows color (decimal): -9150391 or 4808820. OLE color: 4808820.

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

Color convert

RGB 116 96 73 -
CMYK 0 0.17 0.37 0.55
HSL 32.09º 0.23% 0.37% -
HSV(B) 32.09º 0.37% 0.45% -
XYZ 12.59 12.56 8.06 -
YUV 99.36 113.13 139.87 -
System Red Green Blue C M Y K H S L
Decimal 116 96 73 0 0.17 0.37 0.55 32.09 0.23 0.37
Hex 74 60 49 0 11 25 37 20 17 25
Octal 164 140 111 0 21 45 67 40 27 45
Binary 1110100 1100000 1001001 0 10001 100101 110111 100000 10111 100101

Color Harmonies of #746049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746049

Black with #746049

Text Example


Text Example

White with #746049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746049; }

 p { color: rgb(116,96,73); }

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

background-color css

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

 a { background-color: rgb(116,96,73); }

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

border-color css

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

 span { border-color: rgb(116,96,73); }

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