#735B4D

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

Shades of Dorado #735B4D

Tints of Dorado #735B4D

Color information

#735B4D (or 0x735B4D) is unknown color: approx Dorado. HEX triplet: 73, 5B and 4D. RGB value is (115,91,77). Sum of RGB (Red+Green+Blue) = 115+91+77=283 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.64% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 115 - color contains mainly: red. Hex color #735B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735B4D is #8CA4B2. Grayscale: #606060. Windows color (decimal): -9217203 or 5069683. OLE color: 5069683.

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

Color convert

RGB1159177-
CMYK00.210.330.55
HSL22.11º19.79%37.65%-
HSV(B)22.11º33.04%45.1%-
XYZ12.1511.668.63-
YUV96.58116.95141.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.64%
GREEN value IS 91 (35.94% from 255) = 32.16%
BLUE value IS 77 (30.47% from 255) = 27.21%
R=40.64%
G=32.16%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115917700.210.330.5522.1119.7937.65
Hex735B4D0152137161426
Octal1631331150254167262446
Binary1110011101101110011010101011000011101111011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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