Html Css Color HEX #755949 Domino

📋 copy color: '#755949'

red 117 ◦ green 89 ◦ blue 73

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

Shades of Domino #755949

Tints of Domino #755949

RGB

 RED value IS 117 (46.09% from 255) = 41.94%

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

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

R = 41.94%
G = 31.9%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#755949 (or 0x755949) is known color: 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

RGB 117 89 73 -
CMYK 0 0.24 0.38 0.54
HSL 21.82º 0.23% 0.37% -
HSV(B) 21.82º 0.38% 0.46% -
XYZ 12.11 11.41 7.87 -
YUV 95.55 115.28 143.3 -
System Red Green Blue C M Y K H S L
Decimal 117 89 73 0 0.24 0.38 0.54 21.82 0.23 0.37
Hex 75 59 49 0 18 26 36 16 17 25
Octal 165 131 111 0 30 46 66 26 27 45
Binary 1110101 1011001 1001001 0 11000 100110 110110 10110 10111 100101

Color Harmonies of #755949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755949

Black with #755949

Text Example


Text Example

White with #755949

Text Example


Text Example

HTML Codes & Css Web 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>