#735D4F

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

Shades of Dorado #735D4F

Tints of Dorado #735D4F

Color information

#735D4F (or 0x735D4F) is unknown color: approx Dorado. HEX triplet: 73, 5D and 4F. RGB value is (115,93,79). Sum of RGB (Red+Green+Blue) = 115+93+79=287 (38% of max value = 765). Red value is 115 (45.31% from 255 or 40.07% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 115 - color contains mainly: red. Hex color #735D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735D4F is #8CA2B0. Grayscale: #626262. Windows color (decimal): -9216689 or 5201267. OLE color: 5201267.

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

Color convert

RGB1159379-
CMYK00.190.310.55
HSL23.33º18.56%38.04%-
HSV(B)23.33º31.3%45.1%-
XYZ12.412.049.07-
YUV97.98117.29140.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.07%
GREEN value IS 93 (36.72% from 255) = 32.40%
BLUE value IS 79 (31.25% from 255) = 27.53%
R=40.07%
G=32.40%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115937900.190.310.5523.3318.5638.04
Hex735D4F0131F37171326
Octal1631351170233767272346
Binary111001110111011001111010011111111101111011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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