#745E3D

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

Shades of Shingle Fawn #745E3D

Tints of Shingle Fawn #745E3D

Color information

#745E3D (or 0x745E3D) is unknown color: approx Shingle Fawn. HEX triplet: 74, 5E and 3D. RGB value is (116,94,61). Sum of RGB (Red+Green+Blue) = 116+94+61=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #745E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745E3D is #8BA1C2. Grayscale: #606060. Windows color (decimal): -9150915 or 4021876. OLE color: 4021876.

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

Color convert

RGB1169461-
CMYK00.190.470.55
HSL36º31.07%34.71%-
HSV(B)36º47.41%45.49%-
XYZ12.0512.066.11-
YUV96.82107.79141.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.80%
GREEN value IS 94 (37.11% from 255) = 34.69%
BLUE value IS 61 (24.22% from 255) = 22.51%
R=42.80%
G=34.69%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116946100.190.470.553631.0734.71
Hex745E3D0132F37241f23
Octal164136750235767443743
Binary1110100101111011110101001110111111011110010011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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