Html Css Color HEX #71594F Dorado

📋 copy color: '#71594F'

red 113 ◦ green 89 ◦ blue 79

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

Shades of Dorado #71594F

Tints of Dorado #71594F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.11%

R = 40.21%
G = 31.67%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#71594F (or 0x71594F) is known color: Dorado. HEX triplet: 71, 59 and 4F. RGB value is (113,89,79). Sum of RGB (Red+Green+Blue) = 113+89+79=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 113 - color contains mainly: red. Hex color #71594F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71594F is #8EA6B0. Grayscale: #5F5F5F. Windows color (decimal): -9348785 or 5200241. OLE color: 5200241.

HSL color Cylindrical-coordinate representation of color #71594F: hue angle of 17.65º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #71594F is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 89 79 -
CMYK 0 0.21 0.30 0.56
HSL 17.65º 0.18% 0.38% -
HSV(B) 17.65º 0.3% 0.44% -
XYZ 11.79 11.22 8.94 -
YUV 95.04 118.95 140.81 -
System Red Green Blue C M Y K H S L
Decimal 113 89 79 0 0.21 0.30 0.56 17.65 0.18 0.38
Hex 71 59 4F 0 15 1E 38 12 12 26
Octal 161 131 117 0 25 36 70 22 22 46
Binary 1110001 1011001 1001111 0 10101 11110 111000 10010 10010 100110

Color Harmonies of #71594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71594F

Black with #71594F

Text Example


Text Example

White with #71594F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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