#745C49

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

Shades of Domino #745C49

Tints of Domino #745C49

Color information

#745C49 (or 0x745C49) is unknown color: approx Domino. HEX triplet: 74, 5C and 49. RGB value is (116,92,73). Sum of RGB (Red+Green+Blue) = 116+92+73=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #745C49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745C49 is #8BA3B6. Grayscale: #616161. Windows color (decimal): -9151415 or 4807796. OLE color: 4807796.

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

Color convert

RGB1169273-
CMYK00.210.370.55
HSL26.51º22.75%37.06%-
HSV(B)26.51º37.07%45.49%-
XYZ12.2311.857.95-
YUV97.01114.45141.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.28%
GREEN value IS 92 (36.33% from 255) = 32.74%
BLUE value IS 73 (28.91% from 255) = 25.98%
R=41.28%
G=32.74%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116927300.210.370.5526.5122.7537.06
Hex745C4901525371b1725
Octal1641341110254567332745
Binary1110100101110010010010101011001011101111101110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #745C49;
 }
 .AnyTagClassName
 {
   color: #745C49;
 }
</style>
background-color css

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

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

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

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

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

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