Html Css Color HEX #70594E Dorado

📋 copy color: '#70594E'

red 112 ◦ green 89 ◦ blue 78

#70594E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dorado #70594E

Tints of Dorado #70594E

RGB

 RED value IS 112 (44.14% from 255) = 40.14%

 GREEN value IS 89 (35.16% from 255) = 31.9%

 BLUE value IS 78 (30.86% from 255) = 27.96%

R = 40.14%
G = 31.9%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#70594E (or 0x70594E) is known color: 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

RGB 112 89 78 -
CMYK 0 0.21 0.30 0.56
HSL 19.41º 0.18% 0.37% -
HSV(B) 19.41º 0.3% 0.44% -
XYZ 11.63 11.14 8.74 -
YUV 94.62 118.62 140.39 -
System Red Green Blue C M Y K H S L
Decimal 112 89 78 0 0.21 0.30 0.56 19.41 0.18 0.37
Hex 70 59 4E 0 15 1E 38 13 12 25
Octal 160 131 116 0 25 36 70 23 22 45
Binary 1110000 1011001 1001110 0 10101 11110 111000 10011 10010 100101

Color Harmonies of #70594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70594E

Black with #70594E

Text Example


Text Example

White with #70594E

Text Example


Text Example

HTML Codes & Css Web 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>