#70574E

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

Shades of Dorado #70574E

Tints of Dorado #70574E

Color information

#70574E (or 0x70574E) is unknown color: approx Dorado. HEX triplet: 70, 57 and 4E. RGB value is (112,87,78). Sum of RGB (Red+Green+Blue) = 112+87+78=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #70574E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70574E is #8FA8B1. Grayscale: #5D5D5D. Windows color (decimal): -9414834 or 5134192. OLE color: 5134192.

HSL color Cylindrical-coordinate representation of color #70574E: hue angle of 15.88º 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 #70574E is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB1128778-
CMYK00.220.300.56
HSL15.88º17.89%37.25%-
HSV(B)15.88º30.36%43.92%-
XYZ11.4710.818.69-
YUV93.45119.28141.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.43%
GREEN value IS 87 (34.38% from 255) = 31.41%
BLUE value IS 78 (30.86% from 255) = 28.16%
R=40.43%
G=31.41%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112877800.220.300.5615.8817.8937.25
Hex70574E0161E38101225
Octal1601271160263670202245
Binary111000010101111001110010110111101110001000010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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