#735B4E

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

Shades of Dorado #735B4E

Tints of Dorado #735B4E

Color information

#735B4E (or 0x735B4E) is unknown color: approx Dorado. HEX triplet: 73, 5B and 4E. RGB value is (115,91,78). Sum of RGB (Red+Green+Blue) = 115+91+78=284 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.49% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 115 - color contains mainly: red. Hex color #735B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735B4E is #8CA4B1. Grayscale: #606060. Windows color (decimal): -9217202 or 5135219. OLE color: 5135219.

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

Color convert

RGB1159178-
CMYK00.210.320.55
HSL21.08º19.17%37.84%-
HSV(B)21.08º32.17%45.1%-
XYZ12.1911.688.82-
YUV96.69117.45141.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.49%
GREEN value IS 91 (35.94% from 255) = 32.04%
BLUE value IS 78 (30.86% from 255) = 27.46%
R=40.49%
G=32.04%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115917800.210.320.5521.0819.1737.84
Hex735B4E0152037151326
Octal1631331160254067252346
Binary1110011101101110011100101011000001101111010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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