Html Css Color HEX #715B53 Dorado

📋 copy color: '#715B53'

red 113 ◦ green 91 ◦ blue 83

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

Shades of Dorado #715B53

Tints of Dorado #715B53

RGB

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

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

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

R = 39.37%
G = 31.71%
B = 28.92%

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

#715B53 (or 0x715B53) is known color: Dorado. HEX triplet: 71, 5B and 53. RGB value is (113,91,83). Sum of RGB (Red+Green+Blue) = 113+91+83=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #715B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715B53 is #8EA4AC. Grayscale: #606060. Windows color (decimal): -9348269 or 5462897. OLE color: 5462897.

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

Color convert

RGB 113 91 83 -
CMYK 0 0.19 0.27 0.56
HSL 16º 0.15% 0.38% -
HSV(B) 16º 0.27% 0.44% -
XYZ 12.11 11.62 9.79 -
YUV 96.67 120.29 139.65 -
System Red Green Blue C M Y K H S L
Decimal 113 91 83 0 0.19 0.27 0.56 16 0.15 0.38
Hex 71 5B 53 0 13 1B 38 10 F 26
Octal 161 133 123 0 23 33 70 20 17 46
Binary 1110001 1011011 1010011 0 10011 11011 111000 10000 1111 100110

Color Harmonies of #715B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715B53

Black with #715B53

Text Example


Text Example

White with #715B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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