Html Css Color HEX #705850 Dorado

📋 copy color: '#705850'

red 112 ◦ green 88 ◦ blue 80

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

Shades of Dorado #705850

Tints of Dorado #705850

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.43%

 BLUE value IS 80 (31.64% from 255) = 28.57%

R = 40%
G = 31.43%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#705850 (or 0x705850) is known color: Dorado. HEX triplet: 70, 58 and 50. RGB value is (112,88,80). Sum of RGB (Red+Green+Blue) = 112+88+80=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #705850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705850 is #8FA7AF. Grayscale: #5E5E5E. Windows color (decimal): -9414576 or 5265520. OLE color: 5265520.

HSL color Cylindrical-coordinate representation of color #705850: hue angle of 15º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #705850 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 88 80 -
CMYK 0 0.21 0.29 0.56
HSL 15º 0.17% 0.38% -
HSV(B) 15º 0.29% 0.44% -
XYZ 11.62 11 9.1 -
YUV 94.26 119.95 140.65 -
System Red Green Blue C M Y K H S L
Decimal 112 88 80 0 0.21 0.29 0.56 15 0.17 0.38
Hex 70 58 50 0 15 1D 38 F 11 26
Octal 160 130 120 0 25 35 70 17 21 46
Binary 1110000 1011000 1010000 0 10101 11101 111000 1111 10001 100110

Color Harmonies of #705850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705850

Black with #705850

Text Example


Text Example

White with #705850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705850; }

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

 H1.HeaderClassName
 {
   color: #705850;
 }
 .AnyTagClassName
 {
   color: #705850;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #705850;
 }
 .BgClassName
 {
   background-color: #705850;
 }
</style>

border-color css

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

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

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