Html Css Color HEX #715A53 Dorado

📋 copy color: '#715A53'

red 113 ◦ green 90 ◦ blue 83

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

Shades of Dorado #715A53

Tints of Dorado #715A53

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.47%

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

R = 39.51%
G = 31.47%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#715A53 (or 0x715A53) is known color: Dorado. HEX triplet: 71, 5A and 53. RGB value is (113,90,83). Sum of RGB (Red+Green+Blue) = 113+90+83=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 113 - color contains mainly: red. Hex color #715A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715A53 is #8EA5AC. Grayscale: #606060. Windows color (decimal): -9348525 or 5462641. OLE color: 5462641.

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

Color convert

RGB 113 90 83 -
CMYK 0 0.20 0.27 0.56
HSL 14º 0.15% 0.38% -
HSV(B) 14º 0.27% 0.44% -
XYZ 12.03 11.45 9.76 -
YUV 96.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 113 90 83 0 0.20 0.27 0.56 14 0.15 0.38
Hex 71 5A 53 0 14 1B 38 E F 26
Octal 161 132 123 0 24 33 70 16 17 46
Binary 1110001 1011010 1010011 0 10100 11011 111000 1110 1111 100110

Color Harmonies of #715A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715A53

Black with #715A53

Text Example


Text Example

White with #715A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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