#745D5D

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

Shades of Zambezi #745D5D

Tints of Zambezi #745D5D

Color information

#745D5D (or 0x745D5D) is unknown color: approx Zambezi. HEX triplet: 74, 5D and 5D. RGB value is (116,93,93). Sum of RGB (Red+Green+Blue) = 116+93+93=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 116 - color contains mainly: red. Hex color #745D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745D5D is #8BA2A2. Grayscale: #636363. Windows color (decimal): -9151139 or 6118772. OLE color: 6118772.

HSL color Cylindrical-coordinate representation of color #745D5D: hue angle of 0º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #745D5D is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB1169393-
CMYK00.200.200.55
HSL11%40.98%-
HSV(B)19.83%45.49%-
XYZ13.0912.3312.05-
YUV99.88124.12139.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.41%
GREEN value IS 93 (36.72% from 255) = 30.79%
BLUE value IS 93 (36.72% from 255) = 30.79%
R=38.41%
G=30.79%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116939300.200.200.5501140.98
Hex745D5D01414370b29
Octal164135135024246701351
Binary1110100101110110111010101001010011011101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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