Html Css Color HEX #725948 Domino

📋 copy color: '#725948'

red 114 ◦ green 89 ◦ blue 72

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

Shades of Domino #725948

Tints of Domino #725948

RGB

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

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

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

R = 41.45%
G = 32.36%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#725948 (or 0x725948) is known color: Domino. HEX triplet: 72, 59 and 48. RGB value is (114,89,72). Sum of RGB (Red+Green+Blue) = 114+89+72=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 114 - color contains mainly: red. Hex color #725948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725948 is #8DA6B7. Grayscale: #5E5E5E. Windows color (decimal): -9283256 or 4741490. OLE color: 4741490.

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

Color convert

RGB 114 89 72 -
CMYK 0 0.22 0.37 0.55
HSL 24.29º 0.23% 0.36% -
HSV(B) 24.29º 0.37% 0.45% -
XYZ 11.68 11.19 7.68 -
YUV 94.54 115.28 141.88 -
System Red Green Blue C M Y K H S L
Decimal 114 89 72 0 0.22 0.37 0.55 24.29 0.23 0.36
Hex 72 59 48 0 16 25 37 18 17 24
Octal 162 131 110 0 26 45 67 30 27 44
Binary 1110010 1011001 1001000 0 10110 100101 110111 11000 10111 100100

Color Harmonies of #725948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725948

Black with #725948

Text Example


Text Example

White with #725948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725948; }

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

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

background-color css

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

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

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

border-color css

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

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

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