Html Css Color HEX #795E52 Dorado

📋 copy color: '#795E52'

red 121 ◦ green 94 ◦ blue 82

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

Shades of Dorado #795E52

Tints of Dorado #795E52

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.65%

 BLUE value IS 82 (32.42% from 255) = 27.61%

R = 40.74%
G = 31.65%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#795E52 (or 0x795E52) is known color: Dorado. HEX triplet: 79, 5E and 52. RGB value is (121,94,82). Sum of RGB (Red+Green+Blue) = 121+94+82=297 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.74% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 121 - color contains mainly: red. Hex color #795E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795E52 is #86A1AD. Grayscale: #646464. Windows color (decimal): -8823214 or 5398137. OLE color: 5398137.

HSL color Cylindrical-coordinate representation of color #795E52: hue angle of 18.46º 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 #795E52 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 94 82 -
CMYK 0 0.22 0.32 0.53
HSL 18.46º 0.19% 0.4% -
HSV(B) 18.46º 0.32% 0.47% -
XYZ 13.41 12.68 9.72 -
YUV 100.71 117.45 142.48 -
System Red Green Blue C M Y K H S L
Decimal 121 94 82 0 0.22 0.32 0.53 18.46 0.19 0.4
Hex 79 5E 52 0 16 20 35 12 13 28
Octal 171 136 122 0 26 40 65 22 23 50
Binary 1111001 1011110 1010010 0 10110 100000 110101 10010 10011 101000

Color Harmonies of #795E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795E52

Black with #795E52

Text Example


Text Example

White with #795E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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