#735A4E

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

Shades of Dorado #735A4E

Tints of Dorado #735A4E

Color information

#735A4E (or 0x735A4E) is unknown color: approx Dorado. HEX triplet: 73, 5A and 4E. RGB value is (115,90,78). Sum of RGB (Red+Green+Blue) = 115+90+78=283 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.64% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 115 - color contains mainly: red. Hex color #735A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735A4E is #8CA5B1. Grayscale: #606060. Windows color (decimal): -9217458 or 5134963. OLE color: 5134963.

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

Color convert

RGB1159078-
CMYK00.220.320.55
HSL19.46º19.17%37.84%-
HSV(B)19.46º32.17%45.1%-
XYZ12.111.518.79-
YUV96.11117.78141.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.64%
GREEN value IS 90 (35.55% from 255) = 31.80%
BLUE value IS 78 (30.86% from 255) = 27.56%
R=40.64%
G=31.80%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115907800.220.320.5519.4619.1737.84
Hex735A4E0162037131326
Octal1631321160264067232346
Binary1110011101101010011100101101000001101111001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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