#725B4E

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

Shades of Dorado #725B4E

Tints of Dorado #725B4E

Color information

#725B4E (or 0x725B4E) is unknown color: approx Dorado. HEX triplet: 72, 5B and 4E. RGB value is (114,91,78). Sum of RGB (Red+Green+Blue) = 114+91+78=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 114 - color contains mainly: red. Hex color #725B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725B4E is #8DA4B1. Grayscale: #606060. Windows color (decimal): -9282738 or 5135218. OLE color: 5135218.

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

Color convert

RGB1149178-
CMYK00.200.320.55
HSL21.67º18.75%37.65%-
HSV(B)21.67º31.58%44.71%-
XYZ12.0611.618.81-
YUV96.39117.62140.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.28%
GREEN value IS 91 (35.94% from 255) = 32.16%
BLUE value IS 78 (30.86% from 255) = 27.56%
R=40.28%
G=32.16%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114917800.200.320.5521.6718.7537.65
Hex725B4E0142037161326
Octal1621331160244067262346
Binary1110010101101110011100101001000001101111011010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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