#745632

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

Shades of Shingle Fawn #745632

Tints of Shingle Fawn #745632

Color information

#745632 (or 0x745632) is unknown color: approx Shingle Fawn. HEX triplet: 74, 56 and 32. RGB value is (116,86,50). Sum of RGB (Red+Green+Blue) = 116+86+50=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #745632 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745632 is #8BA9CD. Grayscale: #5B5B5B. Windows color (decimal): -9152974 or 3298932. OLE color: 3298932.

HSL color Cylindrical-coordinate representation of color #745632: hue angle of 32.73º 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 #745632 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB1168650-
CMYK00.260.570.55
HSL32.73º39.76%32.55%-
HSV(B)32.73º56.9%45.49%-
XYZ11.1110.64.48-
YUV90.87104.94145.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.03%
GREEN value IS 86 (33.98% from 255) = 34.13%
BLUE value IS 50 (19.92% from 255) = 19.84%
R=46.03%
G=34.13%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116865000.260.570.5532.7339.7632.55
Hex74563201A3937212821
Octal164126620327167415041
Binary11101001010110110010011010111001110111100001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745632; }

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

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

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

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

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

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

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

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