Html Css Color HEX #715E53 Dorado

📋 copy color: '#715E53'

red 113 ◦ green 94 ◦ blue 83

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

Shades of Dorado #715E53

Tints of Dorado #715E53

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.41%

 BLUE value IS 83 (32.81% from 255) = 28.62%

R = 38.97%
G = 32.41%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#715E53 (or 0x715E53) is known color: Dorado. HEX triplet: 71, 5E and 53. RGB value is (113,94,83). Sum of RGB (Red+Green+Blue) = 113+94+83=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 113 - color contains mainly: red. Hex color #715E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715E53 is #8EA1AC. Grayscale: #626262. Windows color (decimal): -9347501 or 5463665. OLE color: 5463665.

HSL color Cylindrical-coordinate representation of color #715E53: hue angle of 22º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #715E53 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 94 83 -
CMYK 0 0.17 0.27 0.56
HSL 22º 0.15% 0.38% -
HSV(B) 22º 0.27% 0.44% -
XYZ 12.37 12.14 9.87 -
YUV 98.43 119.29 138.39 -
System Red Green Blue C M Y K H S L
Decimal 113 94 83 0 0.17 0.27 0.56 22 0.15 0.38
Hex 71 5E 53 0 11 1B 38 16 F 26
Octal 161 136 123 0 21 33 70 26 17 46
Binary 1110001 1011110 1010011 0 10001 11011 111000 10110 1111 100110

Color Harmonies of #715E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715E53

Black with #715E53

Text Example


Text Example

White with #715E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715E53; }

 p { color: rgb(113,94,83); }

 H1.HeaderClassName
 {
   color: #715E53;
 }
 .AnyTagClassName
 {
   color: #715E53;
 }
</style>

background-color css

<style>
 a { background-color: #715E53; }

 a { background-color: rgb(113,94,83); }

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

border-color css

<style>
 span { border-color: #715E53; }

 span { border-color: rgb(113,94,83); }

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