Html Css Color HEX #70584F Dorado

📋 copy color: '#70584F'

red 112 ◦ green 88 ◦ blue 79

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

Shades of Dorado #70584F

Tints of Dorado #70584F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.32%

R = 40.14%
G = 31.54%
B = 28.32%

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

#70584F (or 0x70584F) is known color: Dorado. HEX triplet: 70, 58 and 4F. RGB value is (112,88,79). Sum of RGB (Red+Green+Blue) = 112+88+79=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 79 (31.25% from 255 or 28.32% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #70584F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70584F is #8FA7B0. Grayscale: #5E5E5E. Windows color (decimal): -9414577 or 5199984. OLE color: 5199984.

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

Color convert

RGB 112 88 79 -
CMYK 0 0.21 0.29 0.56
HSL 16.36º 0.17% 0.37% -
HSV(B) 16.36º 0.29% 0.44% -
XYZ 11.58 10.99 8.91 -
YUV 94.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 112 88 79 0 0.21 0.29 0.56 16.36 0.17 0.37
Hex 70 58 4F 0 15 1D 38 10 11 25
Octal 160 130 117 0 25 35 70 20 21 45
Binary 1110000 1011000 1001111 0 10101 11101 111000 10000 10001 100101

Color Harmonies of #70584F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70584F

Black with #70584F

Text Example


Text Example

White with #70584F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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