Html Css Color HEX #705B49 Domino

📋 copy color: '#705B49'

red 112 ◦ green 91 ◦ blue 73

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

Shades of Domino #705B49

Tints of Domino #705B49

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.97%

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

R = 40.58%
G = 32.97%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#705B49 (or 0x705B49) is known color: Domino. HEX triplet: 70, 5B and 49. RGB value is (112,91,73). Sum of RGB (Red+Green+Blue) = 112+91+73=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #705B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705B49 is #8FA4B6. Grayscale: #5F5F5F. Windows color (decimal): -9413815 or 4807536. OLE color: 4807536.

HSL color Cylindrical-coordinate representation of color #705B49: hue angle of 27.69º 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 #705B49 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 91 73 -
CMYK 0 0.19 0.35 0.56
HSL 27.69º 0.21% 0.36% -
HSV(B) 27.69º 0.35% 0.44% -
XYZ 11.63 11.41 7.89 -
YUV 95.23 115.46 139.96 -
System Red Green Blue C M Y K H S L
Decimal 112 91 73 0 0.19 0.35 0.56 27.69 0.21 0.36
Hex 70 5B 49 0 13 23 38 1C 15 24
Octal 160 133 111 0 23 43 70 34 25 44
Binary 1110000 1011011 1001001 0 10011 100011 111000 11100 10101 100100

Color Harmonies of #705B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705B49

Black with #705B49

Text Example


Text Example

White with #705B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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