#735A4D

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

Shades of Dorado #735A4D

Tints of Dorado #735A4D

Color information

#735A4D (or 0x735A4D) is unknown color: approx Dorado. HEX triplet: 73, 5A and 4D. RGB value is (115,90,77). Sum of RGB (Red+Green+Blue) = 115+90+77=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 115 - color contains mainly: red. Hex color #735A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735A4D is #8CA5B2. Grayscale: #606060. Windows color (decimal): -9217459 or 5069427. OLE color: 5069427.

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

Color convert

RGB1159077-
CMYK00.220.330.55
HSL20.53º19.79%37.65%-
HSV(B)20.53º33.04%45.1%-
XYZ12.0711.498.6-
YUV95.99117.28141.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.78%
GREEN value IS 90 (35.55% from 255) = 31.91%
BLUE value IS 77 (30.47% from 255) = 27.30%
R=40.78%
G=31.91%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115907700.220.330.5520.5319.7937.65
Hex735A4D0162137151426
Octal1631321150264167252446
Binary1110011101101010011010101101000011101111010110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,90,77); }

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

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

 a { background-color: rgb(115,90,77); }

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

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

 span { border-color: rgb(115,90,77); }

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