Html Css Color HEX #715952 Dorado

📋 copy color: '#715952'

red 113 ◦ green 89 ◦ blue 82

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

Shades of Dorado #715952

Tints of Dorado #715952

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.34%

 BLUE value IS 82 (32.42% from 255) = 28.87%

R = 39.79%
G = 31.34%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#715952 (or 0x715952) is known color: Dorado. HEX triplet: 71, 59 and 52. RGB value is (113,89,82). Sum of RGB (Red+Green+Blue) = 113+89+82=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 113 - color contains mainly: red. Hex color #715952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715952 is #8EA6AD. Grayscale: #5F5F5F. Windows color (decimal): -9348782 or 5396849. OLE color: 5396849.

HSL color Cylindrical-coordinate representation of color #715952: hue angle of 13.55º degrees, saturation: 0.16, 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 #715952 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 89 82 -
CMYK 0 0.21 0.27 0.56
HSL 13.55º 0.16% 0.38% -
HSV(B) 13.55º 0.27% 0.44% -
XYZ 11.91 11.26 9.53 -
YUV 95.38 120.45 140.57 -
System Red Green Blue C M Y K H S L
Decimal 113 89 82 0 0.21 0.27 0.56 13.55 0.16 0.38
Hex 71 59 52 0 15 1B 38 E 10 26
Octal 161 131 122 0 25 33 70 16 20 46
Binary 1110001 1011001 1010010 0 10101 11011 111000 1110 10000 100110

Color Harmonies of #715952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715952

Black with #715952

Text Example


Text Example

White with #715952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715952; }

 p { color: rgb(113,89,82); }

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

background-color css

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

 a { background-color: rgb(113,89,82); }

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

border-color css

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

 span { border-color: rgb(113,89,82); }

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