#755949

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

Shades of Domino #755949

Tints of Domino #755949

Color information

#755949 (or 0x755949) is unknown color: approx Domino. HEX triplet: 75, 59 and 49. RGB value is (117,89,73). Sum of RGB (Red+Green+Blue) = 117+89+73=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #755949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755949 is #8AA6B6. Grayscale: #5F5F5F. Windows color (decimal): -9086647 or 4807029. OLE color: 4807029.

HSL color Cylindrical-coordinate representation of color #755949: hue angle of 21.82º 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 #755949 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB1178973-
CMYK00.240.380.54
HSL21.82º23.16%37.25%-
HSV(B)21.82º37.61%45.88%-
XYZ12.1111.417.87-
YUV95.55115.28143.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.94%
GREEN value IS 89 (35.16% from 255) = 31.90%
BLUE value IS 73 (28.91% from 255) = 26.16%
R=41.94%
G=31.90%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117897300.240.380.5421.8223.1637.25
Hex7559490182636161725
Octal1651311110304666262745
Binary1110101101100110010010110001001101101101011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755949; }

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

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

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

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

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

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

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

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