#745D34

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

Shades of Shingle Fawn #745D34

Tints of Shingle Fawn #745D34

Color information

#745D34 (or 0x745D34) is unknown color: approx Shingle Fawn. HEX triplet: 74, 5D and 34. RGB value is (116,93,52). Sum of RGB (Red+Green+Blue) = 116+93+52=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #745D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745D34 is #8BA2CB. Grayscale: #5F5F5F. Windows color (decimal): -9151180 or 3431796. OLE color: 3431796.

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

Color convert

RGB1169352-
CMYK00.200.550.55
HSL38.44º38.1%32.94%-
HSV(B)38.44º55.17%45.49%-
XYZ11.7411.794.91-
YUV95.2103.62142.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.44%
GREEN value IS 93 (36.72% from 255) = 35.63%
BLUE value IS 52 (20.70% from 255) = 19.92%
R=44.44%
G=35.63%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116935200.200.550.5538.4438.132.94
Hex745D340143737262621
Octal164135640246767464641
Binary11101001011101110100010100110111110111100110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,93,52); }

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

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

 a { background-color: rgb(116,93,52); }

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

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

 span { border-color: rgb(116,93,52); }

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