Html Css Color HEX #715953 Dorado

📋 copy color: '#715953'

red 113 ◦ green 89 ◦ blue 83

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

Shades of Dorado #715953

Tints of Dorado #715953

RGB

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

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

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

R = 39.65%
G = 31.23%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#715953 (or 0x715953) is known color: Dorado. HEX triplet: 71, 59 and 53. RGB value is (113,89,83). Sum of RGB (Red+Green+Blue) = 113+89+83=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 113 - color contains mainly: red. Hex color #715953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715953 is #8EA6AC. Grayscale: #5F5F5F. Windows color (decimal): -9348781 or 5462385. OLE color: 5462385.

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

Color convert

RGB 113 89 83 -
CMYK 0 0.21 0.27 0.56
HSL 12º 0.15% 0.38% -
HSV(B) 12º 0.27% 0.44% -
XYZ 11.94 11.28 9.73 -
YUV 95.49 120.95 140.49 -
System Red Green Blue C M Y K H S L
Decimal 113 89 83 0 0.21 0.27 0.56 12 0.15 0.38
Hex 71 59 53 0 15 1B 38 C F 26
Octal 161 131 123 0 25 33 70 14 17 46
Binary 1110001 1011001 1010011 0 10101 11011 111000 1100 1111 100110

Color Harmonies of #715953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715953

Black with #715953

Text Example


Text Example

White with #715953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715953; }

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

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

background-color css

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

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

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

border-color css

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

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

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