#71584E

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

Shades of Dorado #71584E

Tints of Dorado #71584E

Color information

#71584E (or 0x71584E) is unknown color: approx Dorado. HEX triplet: 71, 58 and 4E. RGB value is (113,88,78). Sum of RGB (Red+Green+Blue) = 113+88+78=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 113 - color contains mainly: red. Hex color #71584E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71584E is #8EA7B1. Grayscale: #5E5E5E. Windows color (decimal): -9349042 or 5134449. OLE color: 5134449.

HSL color Cylindrical-coordinate representation of color #71584E: hue angle of 17.14º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #71584E is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB1138878-
CMYK00.220.310.56
HSL17.14º18.32%37.45%-
HSV(B)17.14º30.97%44.31%-
XYZ11.6711.048.72-
YUV94.34118.78141.31-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.50%
GREEN value IS 88 (34.77% from 255) = 31.54%
BLUE value IS 78 (30.86% from 255) = 27.96%
R=40.50%
G=31.54%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113887800.220.310.5617.1418.3237.45
Hex71584E0161F38111225
Octal1611301160263770212245
Binary111000110110001001110010110111111110001000110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71584E; }

 p { color: rgb(113,88,78); }

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

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

 a { background-color: rgb(113,88,78); }

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

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

 span { border-color: rgb(113,88,78); }

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