#795F52

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

Shades of Dorado #795F52

Tints of Dorado #795F52

Color information

#795F52 (or 0x795F52) is unknown color: approx Dorado. HEX triplet: 79, 5F and 52. RGB value is (121,95,82). Sum of RGB (Red+Green+Blue) = 121+95+82=298 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.60% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 121 - color contains mainly: red. Hex color #795F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795F52 is #86A0AD. Grayscale: #656565. Windows color (decimal): -8822958 or 5398393. OLE color: 5398393.

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

Color convert

RGB1219582-
CMYK00.210.320.53
HSL20º19.21%39.8%-
HSV(B)20º32.23%47.45%-
XYZ13.512.869.75-
YUV101.29117.11142.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.60%
GREEN value IS 95 (37.5% from 255) = 31.88%
BLUE value IS 82 (32.42% from 255) = 27.52%
R=40.60%
G=31.88%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121958200.210.320.532019.2139.8
Hex795F520152035141328
Octal1711371220254065242350
Binary1111001101111110100100101011000001101011010010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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