#745A32

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

Shades of Shingle Fawn #745A32

Tints of Shingle Fawn #745A32

Color information

#745A32 (or 0x745A32) is unknown color: approx Shingle Fawn. HEX triplet: 74, 5A and 32. RGB value is (116,90,50). Sum of RGB (Red+Green+Blue) = 116+90+50=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #745A32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745A32 is #8BA5CD. Grayscale: #5D5D5D. Windows color (decimal): -9151950 or 3299956. OLE color: 3299956.

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

Color convert

RGB1169050-
CMYK00.220.570.55
HSL36.36º39.76%32.55%-
HSV(B)36.36º56.9%45.49%-
XYZ11.4311.264.59-
YUV93.21103.61144.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.31%
GREEN value IS 90 (35.55% from 255) = 35.16%
BLUE value IS 50 (19.92% from 255) = 19.53%
R=45.31%
G=35.16%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116905000.220.570.5536.3639.7632.55
Hex745A320163937242821
Octal164132620267167445041
Binary11101001011010110010010110111001110111100100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,90,50); }

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

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

 a { background-color: rgb(116,90,50); }

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

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

 span { border-color: rgb(116,90,50); }

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