#795D50

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

Shades of Dorado #795D50

Tints of Dorado #795D50

Color information

#795D50 (or 0x795D50) is unknown color: approx Dorado. HEX triplet: 79, 5D and 50. RGB value is (121,93,80). Sum of RGB (Red+Green+Blue) = 121+93+80=294 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.16% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 121 - color contains mainly: red. Hex color #795D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795D50 is #86A2AF. Grayscale: #636363. Windows color (decimal): -8823472 or 5266809. OLE color: 5266809.

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

Color convert

RGB1219380-
CMYK00.230.340.53
HSL19.02º20.4%39.41%-
HSV(B)19.02º33.88%47.45%-
XYZ13.2512.479.3-
YUV99.89116.78143.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.16%
GREEN value IS 93 (36.72% from 255) = 31.63%
BLUE value IS 80 (31.64% from 255) = 27.21%
R=41.16%
G=31.63%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121938000.230.340.5319.0220.439.41
Hex795D500172235131427
Octal1711351200274265232447
Binary1111001101110110100000101111000101101011001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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