Html Css Color HEX #71574D Dorado

📋 copy color: '#71574D'

red 113 ◦ green 87 ◦ blue 77

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

Shades of Dorado #71574D

Tints of Dorado #71574D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.41%

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

R = 40.79%
G = 31.41%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#71574D (or 0x71574D) is known color: Dorado. HEX triplet: 71, 57 and 4D. RGB value is (113,87,77). Sum of RGB (Red+Green+Blue) = 113+87+77=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 113 - color contains mainly: red. Hex color #71574D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71574D is #8EA8B2. Grayscale: #5D5D5D. Windows color (decimal): -9349299 or 5068657. OLE color: 5068657.

HSL color Cylindrical-coordinate representation of color #71574D: hue angle of 16.67º 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 #71574D is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 87 77 -
CMYK 0 0.23 0.32 0.56
HSL 16.67º 0.19% 0.37% -
HSV(B) 16.67º 0.32% 0.44% -
XYZ 11.56 10.86 8.51 -
YUV 93.63 118.61 141.81 -
System Red Green Blue C M Y K H S L
Decimal 113 87 77 0 0.23 0.32 0.56 16.67 0.19 0.37
Hex 71 57 4D 0 17 20 38 11 13 25
Octal 161 127 115 0 27 40 70 21 23 45
Binary 1110001 1010111 1001101 0 10111 100000 111000 10001 10011 100101

Color Harmonies of #71574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71574D

Black with #71574D

Text Example


Text Example

White with #71574D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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