#735850

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

Shades of Dorado #735850

Tints of Dorado #735850

Color information

#735850 (or 0x735850) is unknown color: approx Dorado. HEX triplet: 73, 58 and 50. RGB value is (115,88,80). Sum of RGB (Red+Green+Blue) = 115+88+80=283 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.64% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 115 - color contains mainly: red. Hex color #735850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735850 is #8CA7AF. Grayscale: #5F5F5F. Windows color (decimal): -9217968 or 5265523. OLE color: 5265523.

HSL color Cylindrical-coordinate representation of color #735850: 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.3%. Process color model (Four color, CMYK) of #735850 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB1158880-
CMYK00.230.300.55
HSL13.71º17.95%38.24%-
HSV(B)13.71º30.43%45.1%-
XYZ12.0111.29.12-
YUV95.16119.45142.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.64%
GREEN value IS 88 (34.77% from 255) = 31.10%
BLUE value IS 80 (31.64% from 255) = 28.27%
R=40.64%
G=31.10%
B=28.27%

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
Decimal115888000.230.300.5513.7117.9538.24
Hex7358500171E37e1226
Octal1631301200273667162246
Binary11100111011000101000001011111110110111111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735850; }

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

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

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

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

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

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

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

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