#745E3F

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

Shades of Shingle Fawn #745E3F

Tints of Shingle Fawn #745E3F

Color information

#745E3F (or 0x745E3F) is unknown color: approx Shingle Fawn. HEX triplet: 74, 5E and 3F. RGB value is (116,94,63). Sum of RGB (Red+Green+Blue) = 116+94+63=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #745E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745E3F is #8BA1C0. Grayscale: #616161. Windows color (decimal): -9150913 or 4152948. OLE color: 4152948.

HSL color Cylindrical-coordinate representation of color #745E3F: hue angle of 35.09º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #745E3F is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB1169463-
CMYK00.190.460.55
HSL35.09º29.61%35.1%-
HSV(B)35.09º45.69%45.49%-
XYZ12.112.086.4-
YUV97.04108.79141.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.49%
GREEN value IS 94 (37.11% from 255) = 34.43%
BLUE value IS 63 (25% from 255) = 23.08%
R=42.49%
G=34.43%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116946300.190.460.5535.0929.6135.1
Hex745E3F0132E37231e23
Octal164136770235667433643
Binary1110100101111011111101001110111011011110001111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,94,63); }

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

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

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

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

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

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

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