#725B4B

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

Shades of Domino #725B4B

Tints of Domino #725B4B

Color information

#725B4B (or 0x725B4B) is unknown color: approx Domino. HEX triplet: 72, 5B and 4B. RGB value is (114,91,75). Sum of RGB (Red+Green+Blue) = 114+91+75=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #725B4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725B4B is #8DA4B4. Grayscale: #606060. Windows color (decimal): -9282741 or 4938610. OLE color: 4938610.

HSL color Cylindrical-coordinate representation of color #725B4B: hue angle of 24.62º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #725B4B is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB1149175-
CMYK00.200.340.55
HSL24.62º20.63%37.06%-
HSV(B)24.62º34.21%44.71%-
XYZ11.9511.578.26-
YUV96.05116.12140.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.71%
GREEN value IS 91 (35.94% from 255) = 32.5%
BLUE value IS 75 (29.69% from 255) = 26.79%
R=40.71%
G=32.5%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114917500.200.340.5524.6220.6337.06
Hex725B4B0142237191525
Octal1621331130244267312545
Binary1110010101101110010110101001000101101111100110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725B4B; }

 p { color: rgb(114,91,75); }

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

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

 a { background-color: rgb(114,91,75); }

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

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

 span { border-color: rgb(114,91,75); }

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