#745132

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

Shades of Shingle Fawn #745132

Tints of Shingle Fawn #745132

Color information

#745132 (or 0x745132) is unknown color: approx Shingle Fawn. HEX triplet: 74, 51 and 32. RGB value is (116,81,50). Sum of RGB (Red+Green+Blue) = 116+81+50=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #745132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745132 is #8BAECD. Grayscale: #585858. Windows color (decimal): -9154254 or 3297652. OLE color: 3297652.

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

Color convert

RGB1168150-
CMYK00.300.570.55
HSL28.18º39.76%32.55%-
HSV(B)28.18º56.9%45.49%-
XYZ10.729.834.35-
YUV87.93106.6148.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.96%
GREEN value IS 81 (32.03% from 255) = 32.79%
BLUE value IS 50 (19.92% from 255) = 20.24%
R=46.96%
G=32.79%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116815000.300.570.5528.1839.7632.55
Hex74513201E39371c2821
Octal164121620367167345041
Binary1110100101000111001001111011100111011111100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745132; }

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

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

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

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

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

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

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

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