#735950

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

Shades of Dorado #735950

Tints of Dorado #735950

Color information

#735950 (or 0x735950) is unknown color: approx Dorado. HEX triplet: 73, 59 and 50. RGB value is (115,89,80). Sum of RGB (Red+Green+Blue) = 115+89+80=284 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.49% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 115 - color contains mainly: red. Hex color #735950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735950 is #8CA6AF. Grayscale: #5F5F5F. Windows color (decimal): -9217712 or 5265779. OLE color: 5265779.

HSL color Cylindrical-coordinate representation of color #735950: hue angle of 15.43º 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 #735950 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB1158980-
CMYK00.230.300.55
HSL15.43º17.95%38.24%-
HSV(B)15.43º30.43%45.1%-
XYZ12.0911.379.15-
YUV95.75119.11141.73-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.49%
GREEN value IS 89 (35.16% from 255) = 31.34%
BLUE value IS 80 (31.64% from 255) = 28.17%
R=40.49%
G=31.34%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115898000.230.300.5515.4317.9538.24
Hex7359500171E37f1226
Octal1631311200273667172246
Binary11100111011001101000001011111110110111111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735950; }

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

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

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

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

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

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

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

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