#70594E

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

Shades of Dorado #70594E

Tints of Dorado #70594E

Color information

#70594E (or 0x70594E) is unknown color: approx Dorado. HEX triplet: 70, 59 and 4E. RGB value is (112,89,78). Sum of RGB (Red+Green+Blue) = 112+89+78=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #70594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70594E is #8FA6B1. Grayscale: #5E5E5E. Windows color (decimal): -9414322 or 5134704. OLE color: 5134704.

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

Color convert

RGB1128978-
CMYK00.210.300.56
HSL19.41º17.89%37.25%-
HSV(B)19.41º30.36%43.92%-
XYZ11.6311.148.74-
YUV94.62118.62140.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.14%
GREEN value IS 89 (35.16% from 255) = 31.90%
BLUE value IS 78 (30.86% from 255) = 27.96%
R=40.14%
G=31.90%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112897800.210.300.5619.4117.8937.25
Hex70594E0151E38131225
Octal1601311160253670232245
Binary111000010110011001110010101111101110001001110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,89,78); }

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

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

 a { background-color: rgb(112,89,78); }

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

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

 span { border-color: rgb(112,89,78); }

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