#745E39

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

Shades of Shingle Fawn #745E39

Tints of Shingle Fawn #745E39

Color information

#745E39 (or 0x745E39) is unknown color: approx Shingle Fawn. HEX triplet: 74, 5E and 39. RGB value is (116,94,57). Sum of RGB (Red+Green+Blue) = 116+94+57=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 57 (22.66% from 255 or 21.35% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #745E39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745E39 is #8BA1C6. Grayscale: #606060. Windows color (decimal): -9150919 or 3759732. OLE color: 3759732.

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

Color convert

RGB1169457-
CMYK00.190.510.55
HSL37.63º34.1%33.92%-
HSV(B)37.63º50.86%45.49%-
XYZ11.9412.015.56-
YUV96.36105.79142.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.45%
GREEN value IS 94 (37.11% from 255) = 35.21%
BLUE value IS 57 (22.66% from 255) = 21.35%
R=43.45%
G=35.21%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116945700.190.510.5537.6334.133.92
Hex745E390133337262222
Octal164136710236367464242
Binary11101001011110111001010011110011110111100110100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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