Html Css Color HEX #795D51 Dorado

📋 copy color: '#795D51'

red 121 ◦ green 93 ◦ blue 81

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

Shades of Dorado #795D51

Tints of Dorado #795D51

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.53%

 BLUE value IS 81 (32.03% from 255) = 27.46%

R = 41.02%
G = 31.53%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#795D51 (or 0x795D51) is known color: Dorado. HEX triplet: 79, 5D and 51. RGB value is (121,93,81). Sum of RGB (Red+Green+Blue) = 121+93+81=295 (39% of max value = 765). Red value is 121 (47.66% from 255 or 41.02% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 121 - color contains mainly: red. Hex color #795D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795D51 is #86A2AE. Grayscale: #646464. Windows color (decimal): -8823471 or 5332345. OLE color: 5332345.

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

Color convert

RGB 121 93 81 -
CMYK 0 0.23 0.33 0.53
HSL 18º 0.2% 0.4% -
HSV(B) 18º 0.33% 0.47% -
XYZ 13.28 12.49 9.49 -
YUV 100 117.28 142.98 -
System Red Green Blue C M Y K H S L
Decimal 121 93 81 0 0.23 0.33 0.53 18 0.2 0.4
Hex 79 5D 51 0 17 21 35 12 14 28
Octal 171 135 121 0 27 41 65 22 24 50
Binary 1111001 1011101 1010001 0 10111 100001 110101 10010 10100 101000

Color Harmonies of #795D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795D51

Black with #795D51

Text Example


Text Example

White with #795D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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