#715F55

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

Shades of Dorado #715F55

Tints of Dorado #715F55

Color information

#715F55 (or 0x715F55) is unknown color: approx Dorado. HEX triplet: 71, 5F and 55. RGB value is (113,95,85). Sum of RGB (Red+Green+Blue) = 113+95+85=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 113 - color contains mainly: red. Hex color #715F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715F55 is #8EA0AA. Grayscale: #636363. Windows color (decimal): -9347243 or 5594993. OLE color: 5594993.

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

Color convert

RGB1139585-
CMYK00.160.250.56
HSL21.43º14.14%38.82%-
HSV(B)21.43º24.78%44.31%-
XYZ12.5412.3510.32-
YUV99.24119.96137.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.57%
GREEN value IS 95 (37.5% from 255) = 32.42%
BLUE value IS 85 (33.59% from 255) = 29.01%
R=38.57%
G=32.42%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113958500.160.250.5621.4314.1438.82
Hex715F55010193815e27
Octal1611371250203170251647
Binary11100011011111101010101000011001111000101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,95,85); }

 H1.HeaderClassName
 {
   color: #715F55;
 }
 .AnyTagClassName
 {
   color: #715F55;
 }
</style>
background-color css

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

 a { background-color: rgb(113,95,85); }

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

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

 span { border-color: rgb(113,95,85); }

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