Html Css Color HEX #715C53 Dorado

📋 copy color: '#715C53'

red 113 ◦ green 92 ◦ blue 83

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

Shades of Dorado #715C53

Tints of Dorado #715C53

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.94%

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

R = 39.24%
G = 31.94%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#715C53 (or 0x715C53) is known color: Dorado. HEX triplet: 71, 5C and 53. RGB value is (113,92,83). Sum of RGB (Red+Green+Blue) = 113+92+83=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 113 - color contains mainly: red. Hex color #715C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715C53 is #8EA3AC. Grayscale: #616161. Windows color (decimal): -9348013 or 5463153. OLE color: 5463153.

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

Color convert

RGB 113 92 83 -
CMYK 0 0.19 0.27 0.56
HSL 18º 0.15% 0.38% -
HSV(B) 18º 0.27% 0.44% -
XYZ 12.2 11.79 9.82 -
YUV 97.25 119.96 139.23 -
System Red Green Blue C M Y K H S L
Decimal 113 92 83 0 0.19 0.27 0.56 18 0.15 0.38
Hex 71 5C 53 0 13 1B 38 12 F 26
Octal 161 134 123 0 23 33 70 22 17 46
Binary 1110001 1011100 1010011 0 10011 11011 111000 10010 1111 100110

Color Harmonies of #715C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715C53

Black with #715C53

Text Example


Text Example

White with #715C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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