Html Css Color HEX #725947 Domino

📋 copy color: '#725947'

red 114 ◦ green 89 ◦ blue 71

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

Shades of Domino #725947

Tints of Domino #725947

RGB

 RED value IS 114 (44.92% from 255) = 41.61%

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

 BLUE value IS 71 (28.13% from 255) = 25.91%

R = 41.61%
G = 32.48%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#725947 (or 0x725947) is known color: Domino. HEX triplet: 72, 59 and 47. RGB value is (114,89,71). Sum of RGB (Red+Green+Blue) = 114+89+71=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 114 - color contains mainly: red. Hex color #725947 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725947 is #8DA6B8. Grayscale: #5E5E5E. Windows color (decimal): -9283257 or 4675954. OLE color: 4675954.

HSL color Cylindrical-coordinate representation of color #725947: hue angle of 25.12º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #725947 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 89 71 -
CMYK 0 0.22 0.38 0.55
HSL 25.12º 0.23% 0.36% -
HSV(B) 25.12º 0.38% 0.45% -
XYZ 11.65 11.18 7.5 -
YUV 94.42 114.78 141.96 -
System Red Green Blue C M Y K H S L
Decimal 114 89 71 0 0.22 0.38 0.55 25.12 0.23 0.36
Hex 72 59 47 0 16 26 37 19 17 24
Octal 162 131 107 0 26 46 67 31 27 44
Binary 1110010 1011001 1000111 0 10110 100110 110111 11001 10111 100100

Color Harmonies of #725947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725947

Black with #725947

Text Example


Text Example

White with #725947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725947; }

 p { color: rgb(114,89,71); }

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

background-color css

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

 a { background-color: rgb(114,89,71); }

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

border-color css

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

 span { border-color: rgb(114,89,71); }

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