Html Css Color HEX #715C4F Dorado

📋 copy color: '#715C4F'

red 113 ◦ green 92 ◦ blue 79

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

Shades of Dorado #715C4F

Tints of Dorado #715C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.82%

R = 39.79%
G = 32.39%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#715C4F (or 0x715C4F) is known color: Dorado. HEX triplet: 71, 5C and 4F. RGB value is (113,92,79). Sum of RGB (Red+Green+Blue) = 113+92+79=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 79 (31.25% from 255 or 27.82% from 284); Max value from RGB is 113 - color contains mainly: red. Hex color #715C4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715C4F is #8EA3B0. Grayscale: #606060. Windows color (decimal): -9348017 or 5201009. OLE color: 5201009.

HSL color Cylindrical-coordinate representation of color #715C4F: hue angle of 22.94º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #715C4F is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 92 79 -
CMYK 0 0.19 0.30 0.56
HSL 22.94º 0.18% 0.38% -
HSV(B) 22.94º 0.3% 0.44% -
XYZ 12.05 11.73 9.03 -
YUV 96.8 117.96 139.56 -
System Red Green Blue C M Y K H S L
Decimal 113 92 79 0 0.19 0.30 0.56 22.94 0.18 0.38
Hex 71 5C 4F 0 13 1E 38 17 12 26
Octal 161 134 117 0 23 36 70 27 22 46
Binary 1110001 1011100 1001111 0 10011 11110 111000 10111 10010 100110

Color Harmonies of #715C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715C4F

Black with #715C4F

Text Example


Text Example

White with #715C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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