Html Css Color HEX #745F49 Domino

📋 copy color: '#745F49'

red 116 ◦ green 95 ◦ blue 73

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

Shades of Domino #745F49

Tints of Domino #745F49

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.45%

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

R = 40.85%
G = 33.45%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#745F49 (or 0x745F49) is known color: Domino. HEX triplet: 74, 5F and 49. RGB value is (116,95,73). Sum of RGB (Red+Green+Blue) = 116+95+73=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 116 - color contains mainly: red. Hex color #745F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745F49 is #8BA0B6. Grayscale: #626262. Windows color (decimal): -9150647 or 4808564. OLE color: 4808564.

HSL color Cylindrical-coordinate representation of color #745F49: hue angle of 30.7º 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 #745F49 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 95 73 -
CMYK 0 0.18 0.37 0.55
HSL 30.7º 0.23% 0.37% -
HSV(B) 30.7º 0.37% 0.45% -
XYZ 12.5 12.38 8.03 -
YUV 98.77 113.46 140.29 -
System Red Green Blue C M Y K H S L
Decimal 116 95 73 0 0.18 0.37 0.55 30.7 0.23 0.37
Hex 74 5F 49 0 12 25 37 1F 17 25
Octal 164 137 111 0 22 45 67 37 27 45
Binary 1110100 1011111 1001001 0 10010 100101 110111 11111 10111 100101

Color Harmonies of #745F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745F49

Black with #745F49

Text Example


Text Example

White with #745F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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