Html Css Color HEX #745948 Domino

📋 copy color: '#745948'

red 116 ◦ green 89 ◦ blue 72

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

Shades of Domino #745948

Tints of Domino #745948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.99%

R = 41.88%
G = 32.13%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#745948 (or 0x745948) is known color: Domino. HEX triplet: 74, 59 and 48. RGB value is (116,89,72). Sum of RGB (Red+Green+Blue) = 116+89+72=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 116 - color contains mainly: red. Hex color #745948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745948 is #8BA6B7. Grayscale: #5F5F5F. Windows color (decimal): -9152184 or 4741492. OLE color: 4741492.

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

Color convert

RGB 116 89 72 -
CMYK 0 0.23 0.38 0.55
HSL 23.18º 0.23% 0.37% -
HSV(B) 23.18º 0.38% 0.45% -
XYZ 11.94 11.33 7.69 -
YUV 95.14 114.95 142.88 -
System Red Green Blue C M Y K H S L
Decimal 116 89 72 0 0.23 0.38 0.55 23.18 0.23 0.37
Hex 74 59 48 0 17 26 37 17 17 25
Octal 164 131 110 0 27 46 67 27 27 45
Binary 1110100 1011001 1001000 0 10111 100110 110111 10111 10111 100101

Color Harmonies of #745948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745948

Black with #745948

Text Example


Text Example

White with #745948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745948; }

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

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

background-color css

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

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

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

border-color css

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

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

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