#72594C

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

Shades of Domino #72594C

Tints of Domino #72594C

Color information

#72594C (or 0x72594C) is unknown color: approx Domino. HEX triplet: 72, 59 and 4C. RGB value is (114,89,76). Sum of RGB (Red+Green+Blue) = 114+89+76=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 114 - color contains mainly: red. Hex color #72594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72594C is #8DA6B3. Grayscale: #5F5F5F. Windows color (decimal): -9283252 or 5003634. OLE color: 5003634.

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

Color convert

RGB1148976-
CMYK00.220.330.55
HSL20.53º20%37.25%-
HSV(B)20.53º33.33%44.71%-
XYZ11.8211.248.38-
YUV94.99117.28141.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.86%
GREEN value IS 89 (35.16% from 255) = 31.90%
BLUE value IS 76 (30.08% from 255) = 27.24%
R=40.86%
G=31.90%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114897600.220.330.5520.532037.25
Hex72594C0162137151425
Octal1621311140264167252445
Binary1110010101100110011000101101000011101111010110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72594C; }

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

 H1.HeaderClassName
 {
   color: #72594C;
 }
 .AnyTagClassName
 {
   color: #72594C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #72594C;
 }
 .BgClassName
 {
   background-color: #72594C;
 }
</style>
border-color css

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

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

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