#735C4F

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

Shades of Dorado #735C4F

Tints of Dorado #735C4F

Color information

#735C4F (or 0x735C4F) is unknown color: approx Dorado. HEX triplet: 73, 5C and 4F. RGB value is (115,92,79). Sum of RGB (Red+Green+Blue) = 115+92+79=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 115 - color contains mainly: red. Hex color #735C4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735C4F is #8CA3B0. Grayscale: #616161. Windows color (decimal): -9216945 or 5201011. OLE color: 5201011.

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

Color convert

RGB1159279-
CMYK00.200.310.55
HSL21.67º18.56%38.04%-
HSV(B)21.67º31.3%45.1%-
XYZ12.3111.869.04-
YUV97.4117.62140.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.21%
GREEN value IS 92 (36.33% from 255) = 32.17%
BLUE value IS 79 (31.25% from 255) = 27.62%
R=40.21%
G=32.17%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115927900.200.310.5521.6718.5638.04
Hex735C4F0141F37161326
Octal1631341170243767262346
Binary111001110111001001111010100111111101111011010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,92,79); }

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

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

 a { background-color: rgb(115,92,79); }

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

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

 span { border-color: rgb(115,92,79); }

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