#725A4F

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

Shades of Dorado #725A4F

Tints of Dorado #725A4F

Color information

#725A4F (or 0x725A4F) is unknown color: approx Dorado. HEX triplet: 72, 5A and 4F. RGB value is (114,90,79). Sum of RGB (Red+Green+Blue) = 114+90+79=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 114 - color contains mainly: red. Hex color #725A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725A4F is #8DA5B0. Grayscale: #5F5F5F. Windows color (decimal): -9282993 or 5200498. OLE color: 5200498.

HSL color Cylindrical-coordinate representation of color #725A4F: hue angle of 18.86º 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 #725A4F is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB1149079-
CMYK00.210.310.55
HSL18.86º18.13%37.84%-
HSV(B)18.86º30.7%44.71%-
XYZ12.0111.458.98-
YUV95.92118.45140.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.28%
GREEN value IS 90 (35.55% from 255) = 31.80%
BLUE value IS 79 (31.25% from 255) = 27.92%
R=40.28%
G=31.80%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114907900.210.310.5518.8618.1337.84
Hex725A4F0151F37131226
Octal1621321170253767232246
Binary111001010110101001111010101111111101111001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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