#745639

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

Shades of Shingle Fawn #745639

Tints of Shingle Fawn #745639

Color information

#745639 (or 0x745639) is unknown color: approx Shingle Fawn. HEX triplet: 74, 56 and 39. RGB value is (116,86,57). Sum of RGB (Red+Green+Blue) = 116+86+57=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 57 (22.66% from 255 or 22.01% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #745639 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745639 is #8BA9C6. Grayscale: #5B5B5B. Windows color (decimal): -9152967 or 3757684. OLE color: 3757684.

HSL color Cylindrical-coordinate representation of color #745639: hue angle of 29.49º 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 #745639 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB1168657-
CMYK00.260.510.55
HSL29.49º34.1%33.92%-
HSV(B)29.49º50.86%45.49%-
XYZ11.2710.665.34-
YUV91.66108.44145.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.79%
GREEN value IS 86 (33.98% from 255) = 33.20%
BLUE value IS 57 (22.66% from 255) = 22.01%
R=44.79%
G=33.20%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116865700.260.510.5529.4934.133.92
Hex74563901A33371d2222
Octal164126710326367354242
Binary1110100101011011100101101011001111011111101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745639; }

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

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

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

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

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

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

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

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