#70594D

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

Shades of Dorado #70594D

Tints of Dorado #70594D

Color information

#70594D (or 0x70594D) is unknown color: approx Dorado. HEX triplet: 70, 59 and 4D. RGB value is (112,89,77). Sum of RGB (Red+Green+Blue) = 112+89+77=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #70594D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70594D is #8FA6B2. Grayscale: #5E5E5E. Windows color (decimal): -9414323 or 5069168. OLE color: 5069168.

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

Color convert

RGB1128977-
CMYK00.210.310.56
HSL20.57º18.52%37.06%-
HSV(B)20.57º31.25%43.92%-
XYZ11.5911.138.56-
YUV94.51118.12140.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.29%
GREEN value IS 89 (35.16% from 255) = 32.01%
BLUE value IS 77 (30.47% from 255) = 27.70%
R=40.29%
G=32.01%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112897700.210.310.5620.5718.5237.06
Hex70594D0151F38151325
Octal1601311150253770252345
Binary111000010110011001101010101111111110001010110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70594D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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