Html Css Color HEX #705D49 Domino

📋 copy color: '#705D49'

red 112 ◦ green 93 ◦ blue 73

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

Shades of Domino #705D49

Tints of Domino #705D49

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.45%

 BLUE value IS 73 (28.91% from 255) = 26.26%

R = 40.29%
G = 33.45%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#705D49 (or 0x705D49) is known color: Domino. HEX triplet: 70, 5D and 49. RGB value is (112,93,73). Sum of RGB (Red+Green+Blue) = 112+93+73=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #705D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705D49 is #8FA2B6. Grayscale: #606060. Windows color (decimal): -9413303 or 4808048. OLE color: 4808048.

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

Color convert

RGB 112 93 73 -
CMYK 0 0.17 0.35 0.56
HSL 30.77º 0.21% 0.36% -
HSV(B) 30.77º 0.35% 0.44% -
XYZ 11.8 11.75 7.95 -
YUV 96.4 114.79 139.13 -
System Red Green Blue C M Y K H S L
Decimal 112 93 73 0 0.17 0.35 0.56 30.77 0.21 0.36
Hex 70 5D 49 0 11 23 38 1F 15 24
Octal 160 135 111 0 21 43 70 37 25 44
Binary 1110000 1011101 1001001 0 10001 100011 111000 11111 10101 100100

Color Harmonies of #705D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705D49

Black with #705D49

Text Example


Text Example

White with #705D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705D49; }

 p { color: rgb(112,93,73); }

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

background-color css

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

 a { background-color: rgb(112,93,73); }

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

border-color css

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

 span { border-color: rgb(112,93,73); }

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