Html Css Color HEX #705948 Domino

📋 copy color: '#705948'

red 112 ◦ green 89 ◦ blue 72

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

Shades of Domino #705948

Tints of Domino #705948

RGB

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

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

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

R = 41.03%
G = 32.6%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#705948 (or 0x705948) is known color: Domino. HEX triplet: 70, 59 and 48. RGB value is (112,89,72). Sum of RGB (Red+Green+Blue) = 112+89+72=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #705948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705948 is #8FA6B7. Grayscale: #5E5E5E. Windows color (decimal): -9414328 or 4741488. OLE color: 4741488.

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

Color convert

RGB 112 89 72 -
CMYK 0 0.21 0.36 0.56
HSL 25.5º 0.22% 0.36% -
HSV(B) 25.5º 0.36% 0.44% -
XYZ 11.42 11.06 7.66 -
YUV 93.94 115.62 140.88 -
System Red Green Blue C M Y K H S L
Decimal 112 89 72 0 0.21 0.36 0.56 25.5 0.22 0.36
Hex 70 59 48 0 15 24 38 1A 16 24
Octal 160 131 110 0 25 44 70 32 26 44
Binary 1110000 1011001 1001000 0 10101 100100 111000 11010 10110 100100

Color Harmonies of #705948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705948

Black with #705948

Text Example


Text Example

White with #705948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705948; }

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

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

background-color css

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

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

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

border-color css

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

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

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