#725B4A

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

Shades of Domino #725B4A

Tints of Domino #725B4A

Color information

#725B4A (or 0x725B4A) is unknown color: approx Domino. HEX triplet: 72, 5B and 4A. RGB value is (114,91,74). Sum of RGB (Red+Green+Blue) = 114+91+74=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 114 - color contains mainly: red. Hex color #725B4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725B4A is #8DA4B5. Grayscale: #606060. Windows color (decimal): -9282742 or 4873074. OLE color: 4873074.

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

Color convert

RGB1149174-
CMYK00.200.350.55
HSL25.5º21.28%36.86%-
HSV(B)25.5º35.09%44.71%-
XYZ11.9211.558.08-
YUV95.94115.62140.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.86%
GREEN value IS 91 (35.94% from 255) = 32.62%
BLUE value IS 74 (29.30% from 255) = 26.52%
R=40.86%
G=32.62%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114917400.200.350.5525.521.2836.86
Hex725B4A01423371a1525
Octal1621331120244367322545
Binary1110010101101110010100101001000111101111101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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