#70584E

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

Shades of Dorado #70584E

Tints of Dorado #70584E

Color information

#70584E (or 0x70584E) is unknown color: approx Dorado. HEX triplet: 70, 58 and 4E. RGB value is (112,88,78). Sum of RGB (Red+Green+Blue) = 112+88+78=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #70584E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70584E is #8FA7B1. Grayscale: #5E5E5E. Windows color (decimal): -9414578 or 5134448. OLE color: 5134448.

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

Color convert

RGB1128878-
CMYK00.210.300.56
HSL17.65º17.89%37.25%-
HSV(B)17.65º30.36%43.92%-
XYZ11.5510.978.72-
YUV94.04118.95140.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.29%
GREEN value IS 88 (34.77% from 255) = 31.65%
BLUE value IS 78 (30.86% from 255) = 28.06%
R=40.29%
G=31.65%
B=28.06%

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
Decimal112887800.210.300.5617.6517.8937.25
Hex70584E0151E38121225
Octal1601301160253670222245
Binary111000010110001001110010101111101110001001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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