Html Css Color HEX #71594D Dorado

📋 copy color: '#71594D'

red 113 ◦ green 89 ◦ blue 77

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

Shades of Dorado #71594D

Tints of Dorado #71594D

RGB

 RED value IS 113 (44.53% from 255) = 40.5%

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

 BLUE value IS 77 (30.47% from 255) = 27.6%

R = 40.5%
G = 31.9%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#71594D (or 0x71594D) is known color: Dorado. HEX triplet: 71, 59 and 4D. RGB value is (113,89,77). Sum of RGB (Red+Green+Blue) = 113+89+77=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 113 - color contains mainly: red. Hex color #71594D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71594D is #8EA6B2. Grayscale: #5E5E5E. Windows color (decimal): -9348787 or 5069169. OLE color: 5069169.

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

Color convert

RGB 113 89 77 -
CMYK 0 0.21 0.32 0.56
HSL 20º 0.19% 0.37% -
HSV(B) 20º 0.32% 0.44% -
XYZ 11.72 11.19 8.56 -
YUV 94.81 117.95 140.98 -
System Red Green Blue C M Y K H S L
Decimal 113 89 77 0 0.21 0.32 0.56 20 0.19 0.37
Hex 71 59 4D 0 15 20 38 14 13 25
Octal 161 131 115 0 25 40 70 24 23 45
Binary 1110001 1011001 1001101 0 10101 100000 111000 10100 10011 100101

Color Harmonies of #71594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71594D

Black with #71594D

Text Example


Text Example

White with #71594D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71594D; }

 p { color: rgb(113,89,77); }

 H1.HeaderClassName
 {
   color: #71594D;
 }
 .AnyTagClassName
 {
   color: #71594D;
 }
</style>

background-color css

<style>
 a { background-color: #71594D; }

 a { background-color: rgb(113,89,77); }

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

border-color css

<style>
 span { border-color: #71594D; }

 span { border-color: rgb(113,89,77); }

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