Html Css Color HEX #705D48 Domino

📋 copy color: '#705D48'

red 112 ◦ green 93 ◦ blue 72

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

Shades of Domino #705D48

Tints of Domino #705D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.99%

R = 40.43%
G = 33.57%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#705D48 (or 0x705D48) is known color: Domino. HEX triplet: 70, 5D and 48. RGB value is (112,93,72). Sum of RGB (Red+Green+Blue) = 112+93+72=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #705D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705D48 is #8FA2B7. Grayscale: #606060. Windows color (decimal): -9413304 or 4742512. OLE color: 4742512.

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

Color convert

RGB 112 93 72 -
CMYK 0 0.17 0.36 0.56
HSL 31.5º 0.22% 0.36% -
HSV(B) 31.5º 0.36% 0.44% -
XYZ 11.77 11.74 7.78 -
YUV 96.29 114.29 139.21 -
System Red Green Blue C M Y K H S L
Decimal 112 93 72 0 0.17 0.36 0.56 31.5 0.22 0.36
Hex 70 5D 48 0 11 24 38 1F 16 24
Octal 160 135 110 0 21 44 70 37 26 44
Binary 1110000 1011101 1001000 0 10001 100100 111000 11111 10110 100100

Color Harmonies of #705D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705D48

Black with #705D48

Text Example


Text Example

White with #705D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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