#795D4A

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

Shades of Domino #795D4A

Tints of Domino #795D4A

Color information

#795D4A (or 0x795D4A) is unknown color: approx Domino. HEX triplet: 79, 5D and 4A. RGB value is (121,93,74). Sum of RGB (Red+Green+Blue) = 121+93+74=288 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.01% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 121 - color contains mainly: red. Hex color #795D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795D4A is #86A2B5. Grayscale: #636363. Windows color (decimal): -8823478 or 4873593. OLE color: 4873593.

HSL color Cylindrical-coordinate representation of color #795D4A: hue angle of 24.26º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #795D4A is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB1219374-
CMYK00.230.390.53
HSL24.26º24.1%38.24%-
HSV(B)24.26º38.84%47.45%-
XYZ13.0412.398.18-
YUV99.21113.78143.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.01%
GREEN value IS 93 (36.72% from 255) = 32.29%
BLUE value IS 74 (29.30% from 255) = 25.69%
R=42.01%
G=32.29%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121937400.230.390.5324.2624.138.24
Hex795D4A0172735181826
Octal1711351120274765303046
Binary1111001101110110010100101111001111101011100011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,93,74); }

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

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

 a { background-color: rgb(121,93,74); }

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

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

 span { border-color: rgb(121,93,74); }

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