#745D4F

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

Shades of Dorado #745D4F

Tints of Dorado #745D4F

Color information

#745D4F (or 0x745D4F) is unknown color: approx Dorado. HEX triplet: 74, 5D and 4F. RGB value is (116,93,79). Sum of RGB (Red+Green+Blue) = 116+93+79=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 79 (31.25% from 255 or 27.43% from 288); Max value from RGB is 116 - color contains mainly: red. Hex color #745D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745D4F is #8BA2B0. Grayscale: #626262. Windows color (decimal): -9151153 or 5201268. OLE color: 5201268.

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

Color convert

RGB1169379-
CMYK00.200.320.55
HSL22.7º18.97%38.24%-
HSV(B)22.7º31.9%45.49%-
XYZ12.5312.119.07-
YUV98.28117.12140.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.28%
GREEN value IS 93 (36.72% from 255) = 32.29%
BLUE value IS 79 (31.25% from 255) = 27.43%
R=40.28%
G=32.29%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116937900.200.320.5522.718.9738.24
Hex745D4F0142037171326
Octal1641351170244067272346
Binary1110100101110110011110101001000001101111011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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