#715952

Color #715952 Dorado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dorado #715952

Tints of Dorado #715952

Color information

#715952 (or 0x715952) is unknown color: approx 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

RGB1138982-
CMYK00.210.270.56
HSL13.55º15.9%38.24%-
HSV(B)13.55º27.43%44.31%-
XYZ11.9111.269.53-
YUV95.38120.45140.57-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113898200.210.270.5613.5515.938.24
Hex7159520151B38e1026
Octal1611311220253370162046
Binary11100011011001101001001010111011111000111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>