#725950

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

Shades of Dorado #725950

Tints of Dorado #725950

Color information

#725950 (or 0x725950) is unknown color: approx Dorado. HEX triplet: 72, 59 and 50. RGB value is (114,89,80). Sum of RGB (Red+Green+Blue) = 114+89+80=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 114 - color contains mainly: red. Hex color #725950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725950 is #8DA6AF. Grayscale: #5F5F5F. Windows color (decimal): -9283248 or 5265778. OLE color: 5265778.

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

Color convert

RGB1148980-
CMYK00.220.300.55
HSL15.88º17.53%38.04%-
HSV(B)15.88º29.82%44.71%-
XYZ11.9611.39.14-
YUV95.45119.28141.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.28%
GREEN value IS 89 (35.16% from 255) = 31.45%
BLUE value IS 80 (31.64% from 255) = 28.27%
R=40.28%
G=31.45%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114898000.220.300.5515.8817.5338.04
Hex7259500161E37101226
Octal1621311200263667202246
Binary111001010110011010000010110111101101111000010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725950; }

 p { color: rgb(114,89,80); }

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

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

 a { background-color: rgb(114,89,80); }

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

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

 span { border-color: rgb(114,89,80); }

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