Html Css Color HEX #79594B Dorado

📋 copy color: '#79594B'

red 121 ◦ green 89 ◦ blue 75

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

Shades of Dorado #79594B

Tints of Dorado #79594B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.23%

 BLUE value IS 75 (29.69% from 255) = 26.32%

R = 42.46%
G = 31.23%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#79594B (or 0x79594B) is known color: Dorado. HEX triplet: 79, 59 and 4B. RGB value is (121,89,75). Sum of RGB (Red+Green+Blue) = 121+89+75=285 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.46% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 121 - color contains mainly: red. Hex color #79594B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79594B is #86A6B4. Grayscale: #616161. Windows color (decimal): -8824501 or 4938105. OLE color: 4938105.

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

Color convert

RGB 121 89 75 -
CMYK 0 0.26 0.38 0.53
HSL 18.26º 0.23% 0.38% -
HSV(B) 18.26º 0.38% 0.47% -
XYZ 12.73 11.72 8.25 -
YUV 96.97 115.6 145.14 -
System Red Green Blue C M Y K H S L
Decimal 121 89 75 0 0.26 0.38 0.53 18.26 0.23 0.38
Hex 79 59 4B 0 1A 26 35 12 17 26
Octal 171 131 113 0 32 46 65 22 27 46
Binary 1111001 1011001 1001011 0 11010 100110 110101 10010 10111 100110

Color Harmonies of #79594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79594B

Black with #79594B

Text Example


Text Example

White with #79594B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79594B; }

 p { color: rgb(121,89,75); }

 H1.HeaderClassName
 {
   color: #79594B;
 }
 .AnyTagClassName
 {
   color: #79594B;
 }
</style>

background-color css

<style>
 a { background-color: #79594B; }

 a { background-color: rgb(121,89,75); }

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

border-color css

<style>
 span { border-color: #79594B; }

 span { border-color: rgb(121,89,75); }

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