#745E3A

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

Shades of Shingle Fawn #745E3A

Tints of Shingle Fawn #745E3A

Color information

#745E3A (or 0x745E3A) is unknown color: approx Shingle Fawn. HEX triplet: 74, 5E and 3A. RGB value is (116,94,58). Sum of RGB (Red+Green+Blue) = 116+94+58=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #745E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745E3A is #8BA1C5. Grayscale: #606060. Windows color (decimal): -9150918 or 3825268. OLE color: 3825268.

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

Color convert

RGB1169458-
CMYK00.190.50.55
HSL37.24º33.33%34.12%-
HSV(B)37.24º50%45.49%-
XYZ11.9712.025.69-
YUV96.47106.29141.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.28%
GREEN value IS 94 (37.11% from 255) = 35.07%
BLUE value IS 58 (23.05% from 255) = 21.64%
R=43.28%
G=35.07%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.5
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116945800.190.50.5537.2433.3334.12
Hex745E3A0133237252122
Octal164136720236267454142
Binary11101001011110111010010011110010110111100101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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