Html Css Color HEX #705949 Domino

📋 copy color: '#705949'

red 112 ◦ green 89 ◦ blue 73

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

Shades of Domino #705949

Tints of Domino #705949

RGB

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

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

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

R = 40.88%
G = 32.48%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#705949 (or 0x705949) is known color: Domino. HEX triplet: 70, 59 and 49. RGB value is (112,89,73). Sum of RGB (Red+Green+Blue) = 112+89+73=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 112 - color contains mainly: red. Hex color #705949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705949 is #8FA6B6. Grayscale: #5E5E5E. Windows color (decimal): -9414327 or 4807024. OLE color: 4807024.

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

Color convert

RGB 112 89 73 -
CMYK 0 0.21 0.35 0.56
HSL 24.62º 0.21% 0.36% -
HSV(B) 24.62º 0.35% 0.44% -
XYZ 11.46 11.07 7.84 -
YUV 94.05 116.12 140.8 -
System Red Green Blue C M Y K H S L
Decimal 112 89 73 0 0.21 0.35 0.56 24.62 0.21 0.36
Hex 70 59 49 0 15 23 38 19 15 24
Octal 160 131 111 0 25 43 70 31 25 44
Binary 1110000 1011001 1001001 0 10101 100011 111000 11001 10101 100100

Color Harmonies of #705949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705949

Black with #705949

Text Example


Text Example

White with #705949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705949; }

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

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

background-color css

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

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

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

border-color css

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

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

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