#725948

Color #725948 Domino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Domino #725948

Tints of Domino #725948

Color information

#725948 (or 0x725948) is unknown color: approx 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

RGB1148972-
CMYK00.220.370.55
HSL24.29º22.58%36.47%-
HSV(B)24.29º36.84%44.71%-
XYZ11.6811.197.68-
YUV94.54115.28141.88-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114897200.220.370.5524.2922.5836.47
Hex7259480162537181724
Octal1621311100264567302744
Binary1110010101100110010000101101001011101111100010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>