Html Css Color HEX #715E52 Dorado

📋 copy color: '#715E52'

red 113 ◦ green 94 ◦ blue 82

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

Shades of Dorado #715E52

Tints of Dorado #715E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 28.37%

R = 39.1%
G = 32.53%
B = 28.37%

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

#715E52 (or 0x715E52) is known color: Dorado. HEX triplet: 71, 5E and 52. RGB value is (113,94,82). Sum of RGB (Red+Green+Blue) = 113+94+82=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 113 - color contains mainly: red. Hex color #715E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715E52 is #8EA1AD. Grayscale: #626262. Windows color (decimal): -9347502 or 5398129. OLE color: 5398129.

HSL color Cylindrical-coordinate representation of color #715E52: hue angle of 23.23º degrees, saturation: 0.16, 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 #715E52 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 94 82 -
CMYK 0 0.17 0.27 0.56
HSL 23.23º 0.16% 0.38% -
HSV(B) 23.23º 0.27% 0.44% -
XYZ 12.34 12.13 9.67 -
YUV 98.31 118.79 138.48 -
System Red Green Blue C M Y K H S L
Decimal 113 94 82 0 0.17 0.27 0.56 23.23 0.16 0.38
Hex 71 5E 52 0 11 1B 38 17 10 26
Octal 161 136 122 0 21 33 70 27 20 46
Binary 1110001 1011110 1010010 0 10001 11011 111000 10111 10000 100110

Color Harmonies of #715E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715E52

Black with #715E52

Text Example


Text Example

White with #715E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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