#745E3B

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

Shades of Shingle Fawn #745E3B

Tints of Shingle Fawn #745E3B

Color information

#745E3B (or 0x745E3B) is unknown color: approx Shingle Fawn. HEX triplet: 74, 5E and 3B. RGB value is (116,94,59). Sum of RGB (Red+Green+Blue) = 116+94+59=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 94 (37.11% from 255 or 34.94% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 116 - color contains mainly: red. Hex color #745E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745E3B is #8BA1C4. Grayscale: #606060. Windows color (decimal): -9150917 or 3890804. OLE color: 3890804.

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

Color convert

RGB1169459-
CMYK00.190.490.55
HSL36.84º32.57%34.31%-
HSV(B)36.84º49.14%45.49%-
XYZ11.9912.035.83-
YUV96.59106.79141.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.12%
GREEN value IS 94 (37.11% from 255) = 34.94%
BLUE value IS 59 (23.44% from 255) = 21.93%
R=43.12%
G=34.94%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116945900.190.490.5536.8432.5734.31
Hex745E3B0133137252122
Octal164136730236167454142
Binary11101001011110111011010011110001110111100101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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