Html Css Color HEX #715A54 Dorado

📋 copy color: '#715A54'

red 113 ◦ green 90 ◦ blue 84

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

Shades of Dorado #715A54

Tints of Dorado #715A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 29.27%

R = 39.37%
G = 31.36%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#715A54 (or 0x715A54) is known color: Dorado. HEX triplet: 71, 5A and 54. RGB value is (113,90,84). Sum of RGB (Red+Green+Blue) = 113+90+84=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #715A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715A54 is #8EA5AB. Grayscale: #606060. Windows color (decimal): -9348524 or 5528177. OLE color: 5528177.

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

Color convert

RGB 113 90 84 -
CMYK 0 0.20 0.26 0.56
HSL 12.41º 0.15% 0.39% -
HSV(B) 12.41º 0.26% 0.44% -
XYZ 12.07 11.46 9.96 -
YUV 96.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 113 90 84 0 0.20 0.26 0.56 12.41 0.15 0.39
Hex 71 5A 54 0 14 1A 38 C F 27
Octal 161 132 124 0 24 32 70 14 17 47
Binary 1110001 1011010 1010100 0 10100 11010 111000 1100 1111 100111

Color Harmonies of #715A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715A54

Black with #715A54

Text Example


Text Example

White with #715A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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