Html Css Color HEX #715A51 Dorado

📋 copy color: '#715A51'

red 113 ◦ green 90 ◦ blue 81

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

Shades of Dorado #715A51

Tints of Dorado #715A51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 28.52%

R = 39.79%
G = 31.69%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#715A51 (or 0x715A51) is known color: Dorado. HEX triplet: 71, 5A and 51. RGB value is (113,90,81). Sum of RGB (Red+Green+Blue) = 113+90+81=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 113 - color contains mainly: red. Hex color #715A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715A51 is #8EA5AE. Grayscale: #5F5F5F. Windows color (decimal): -9348527 or 5331569. OLE color: 5331569.

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

Color convert

RGB 113 90 81 -
CMYK 0 0.20 0.28 0.56
HSL 16.88º 0.16% 0.38% -
HSV(B) 16.88º 0.28% 0.44% -
XYZ 11.95 11.42 9.36 -
YUV 95.85 119.62 140.23 -
System Red Green Blue C M Y K H S L
Decimal 113 90 81 0 0.20 0.28 0.56 16.88 0.16 0.38
Hex 71 5A 51 0 14 1C 38 11 10 26
Octal 161 132 121 0 24 34 70 21 20 46
Binary 1110001 1011010 1010001 0 10100 11100 111000 10001 10000 100110

Color Harmonies of #715A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715A51

Black with #715A51

Text Example


Text Example

White with #715A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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