Html Css Color HEX #70594C Domino

📋 copy color: '#70594C'

red 112 ◦ green 89 ◦ blue 76

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

Shades of Domino #70594C

Tints of Domino #70594C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.13%

 BLUE value IS 76 (30.08% from 255) = 27.44%

R = 40.43%
G = 32.13%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#70594C (or 0x70594C) is known color: Domino. HEX triplet: 70, 59 and 4C. RGB value is (112,89,76). Sum of RGB (Red+Green+Blue) = 112+89+76=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #70594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70594C is #8FA6B3. Grayscale: #5E5E5E. Windows color (decimal): -9414324 or 5003632. OLE color: 5003632.

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

Color convert

RGB 112 89 76 -
CMYK 0 0.21 0.32 0.56
HSL 21.67º 0.19% 0.37% -
HSV(B) 21.67º 0.32% 0.44% -
XYZ 11.56 11.11 8.37 -
YUV 94.4 117.62 140.56 -
System Red Green Blue C M Y K H S L
Decimal 112 89 76 0 0.21 0.32 0.56 21.67 0.19 0.37
Hex 70 59 4C 0 15 20 38 16 13 25
Octal 160 131 114 0 25 40 70 26 23 45
Binary 1110000 1011001 1001100 0 10101 100000 111000 10110 10011 100101

Color Harmonies of #70594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70594C

Black with #70594C

Text Example


Text Example

White with #70594C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70594C; }

 p { color: rgb(112,89,76); }

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

background-color css

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

 a { background-color: rgb(112,89,76); }

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

border-color css

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

 span { border-color: rgb(112,89,76); }

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