Html Css Color HEX #715B55 Dorado

📋 copy color: '#715B55'

red 113 ◦ green 91 ◦ blue 85

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

Shades of Dorado #715B55

Tints of Dorado #715B55

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.49%

 BLUE value IS 85 (33.59% from 255) = 29.41%

R = 39.1%
G = 31.49%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#715B55 (or 0x715B55) is known color: Dorado. HEX triplet: 71, 5B and 55. RGB value is (113,91,85). Sum of RGB (Red+Green+Blue) = 113+91+85=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 113 - color contains mainly: red. Hex color #715B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715B55 is #8EA4AA. Grayscale: #606060. Windows color (decimal): -9348267 or 5593969. OLE color: 5593969.

HSL color Cylindrical-coordinate representation of color #715B55: hue angle of 12.86º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #715B55 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 91 85 -
CMYK 0 0.19 0.25 0.56
HSL 12.86º 0.14% 0.39% -
HSV(B) 12.86º 0.25% 0.44% -
XYZ 12.19 11.65 10.2 -
YUV 96.89 121.29 139.49 -
System Red Green Blue C M Y K H S L
Decimal 113 91 85 0 0.19 0.25 0.56 12.86 0.14 0.39
Hex 71 5B 55 0 13 19 38 D E 27
Octal 161 133 125 0 23 31 70 15 16 47
Binary 1110001 1011011 1010101 0 10011 11001 111000 1101 1110 100111

Color Harmonies of #715B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715B55

Black with #715B55

Text Example


Text Example

White with #715B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,91,85); }

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

background-color css

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

 a { background-color: rgb(113,91,85); }

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

border-color css

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

 span { border-color: rgb(113,91,85); }

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