#735E54

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

Shades of Dorado #735E54

Tints of Dorado #735E54

Color information

#735E54 (or 0x735E54) is unknown color: approx Dorado. HEX triplet: 73, 5E and 54. RGB value is (115,94,84). Sum of RGB (Red+Green+Blue) = 115+94+84=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 84 (33.20% from 255 or 28.67% from 293); Max value from RGB is 115 - color contains mainly: red. Hex color #735E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735E54 is #8CA1AB. Grayscale: #636363. Windows color (decimal): -9216428 or 5529203. OLE color: 5529203.

HSL color Cylindrical-coordinate representation of color #735E54: hue angle of 19.35º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #735E54 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB1159484-
CMYK00.180.270.55
HSL19.35º15.58%39.02%-
HSV(B)19.35º26.96%45.1%-
XYZ12.6712.2910.09-
YUV99.14119.46139.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.25%
GREEN value IS 94 (37.11% from 255) = 32.08%
BLUE value IS 84 (33.20% from 255) = 28.67%
R=39.25%
G=32.08%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115948400.180.270.5519.3515.5839.02
Hex735E540121B37131027
Octal1631361240223367232047
Binary111001110111101010100010010110111101111001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,94,84); }

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

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

 a { background-color: rgb(115,94,84); }

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

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

 span { border-color: rgb(115,94,84); }

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