#735C50

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

Shades of Dorado #735C50

Tints of Dorado #735C50

Color information

#735C50 (or 0x735C50) is unknown color: approx Dorado. HEX triplet: 73, 5C and 50. RGB value is (115,92,80). Sum of RGB (Red+Green+Blue) = 115+92+80=287 (38% of max value = 765). Red value is 115 (45.31% from 255 or 40.07% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 115 - color contains mainly: red. Hex color #735C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735C50 is #8CA3AF. Grayscale: #616161. Windows color (decimal): -9216944 or 5266547. OLE color: 5266547.

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

Color convert

RGB1159280-
CMYK00.200.300.55
HSL20.57º17.95%38.24%-
HSV(B)20.57º30.43%45.1%-
XYZ12.3511.889.23-
YUV97.51118.12140.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.07%
GREEN value IS 92 (36.33% from 255) = 32.06%
BLUE value IS 80 (31.64% from 255) = 27.87%
R=40.07%
G=32.06%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115928000.200.300.5520.5717.9538.24
Hex735C500141E37151226
Octal1631341200243667252246
Binary111001110111001010000010100111101101111010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735C50; }

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

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

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

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

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

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

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

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