Html Css Color HEX #795F49 Domino

📋 copy color: '#795F49'

red 121 ◦ green 95 ◦ blue 73

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

Shades of Domino #795F49

Tints of Domino #795F49

RGB

 RED value IS 121 (47.66% from 255) = 41.87%

 GREEN value IS 95 (37.5% from 255) = 32.87%

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

R = 41.87%
G = 32.87%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#795F49 (or 0x795F49) is known color: Domino. HEX triplet: 79, 5F and 49. RGB value is (121,95,73). Sum of RGB (Red+Green+Blue) = 121+95+73=289 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.87% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 121 - color contains mainly: red. Hex color #795F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795F49 is #86A0B6. Grayscale: #646464. Windows color (decimal): -8822967 or 4808569. OLE color: 4808569.

HSL color Cylindrical-coordinate representation of color #795F49: hue angle of 27.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #795F49 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 95 73 -
CMYK 0 0.21 0.40 0.53
HSL 27.5º 0.25% 0.38% -
HSV(B) 27.5º 0.4% 0.47% -
XYZ 13.18 12.73 8.07 -
YUV 100.27 112.61 142.79 -
System Red Green Blue C M Y K H S L
Decimal 121 95 73 0 0.21 0.40 0.53 27.5 0.25 0.38
Hex 79 5F 49 0 15 28 35 1C 19 26
Octal 171 137 111 0 25 50 65 34 31 46
Binary 1111001 1011111 1001001 0 10101 101000 110101 11100 11001 100110

Color Harmonies of #795F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795F49

Black with #795F49

Text Example


Text Example

White with #795F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795F49; }

 p { color: rgb(121,95,73); }

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

background-color css

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

 a { background-color: rgb(121,95,73); }

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

border-color css

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

 span { border-color: rgb(121,95,73); }

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