#72574F

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

Shades of Dorado #72574F

Tints of Dorado #72574F

Color information

#72574F (or 0x72574F) is unknown color: approx Dorado. HEX triplet: 72, 57 and 4F. RGB value is (114,87,79). Sum of RGB (Red+Green+Blue) = 114+87+79=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 79 (31.25% from 255 or 28.21% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #72574F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72574F is #8DA8B0. Grayscale: #5E5E5E. Windows color (decimal): -9283761 or 5199730. OLE color: 5199730.

HSL color Cylindrical-coordinate representation of color #72574F: hue angle of 13.71º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #72574F is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB1148779-
CMYK00.240.310.55
HSL13.71º18.13%37.84%-
HSV(B)13.71º30.7%44.71%-
XYZ11.7610.968.89-
YUV94.16119.45142.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.71%
GREEN value IS 87 (34.38% from 255) = 31.07%
BLUE value IS 79 (31.25% from 255) = 28.21%
R=40.71%
G=31.07%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114877900.240.310.5513.7118.1337.84
Hex72574F0181F37e1226
Octal1621271170303767162246
Binary11100101010111100111101100011111110111111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72574F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72574F; }

 p { color: rgb(114,87,79); }

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

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

 a { background-color: rgb(114,87,79); }

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

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

 span { border-color: rgb(114,87,79); }

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