#755E49

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

Shades of Domino #755E49

Tints of Domino #755E49

Color information

#755E49 (or 0x755E49) is unknown color: approx Domino. HEX triplet: 75, 5E and 49. RGB value is (117,94,73). Sum of RGB (Red+Green+Blue) = 117+94+73=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #755E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755E49 is #8AA1B6. Grayscale: #626262. Windows color (decimal): -9085367 or 4808309. OLE color: 4808309.

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

Color convert

RGB1179473-
CMYK00.200.380.54
HSL28.64º23.16%37.25%-
HSV(B)28.64º37.61%45.88%-
XYZ12.5412.278.01-
YUV98.48113.62141.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.20%
GREEN value IS 94 (37.11% from 255) = 33.10%
BLUE value IS 73 (28.91% from 255) = 25.70%
R=41.20%
G=33.10%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117947300.200.380.5428.6423.1637.25
Hex755E4901426361d1725
Octal1651361110244666352745
Binary1110101101111010010010101001001101101101110110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755E49; }

 p { color: rgb(117,94,73); }

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

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

 a { background-color: rgb(117,94,73); }

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

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

 span { border-color: rgb(117,94,73); }

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