#70584D

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

Shades of Dorado #70584D

Tints of Dorado #70584D

Color information

#70584D (or 0x70584D) is unknown color: approx Dorado. HEX triplet: 70, 58 and 4D. RGB value is (112,88,77). Sum of RGB (Red+Green+Blue) = 112+88+77=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #70584D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70584D is #8FA7B2. Grayscale: #5D5D5D. Windows color (decimal): -9414579 or 5068912. OLE color: 5068912.

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

Color convert

RGB1128877-
CMYK00.210.310.56
HSL18.86º18.52%37.06%-
HSV(B)18.86º31.25%43.92%-
XYZ11.5110.968.53-
YUV93.92118.45140.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.43%
GREEN value IS 88 (34.77% from 255) = 31.77%
BLUE value IS 77 (30.47% from 255) = 27.80%
R=40.43%
G=31.77%
B=27.80%

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
Decimal112887700.210.310.5618.8618.5237.06
Hex70584D0151F38131325
Octal1601301150253770232345
Binary111000010110001001101010101111111110001001110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70584D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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