#745931

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

Shades of Shingle Fawn #745931

Tints of Shingle Fawn #745931

Color information

#745931 (or 0x745931) is unknown color: approx Shingle Fawn. HEX triplet: 74, 59 and 31. RGB value is (116,89,49). Sum of RGB (Red+Green+Blue) = 116+89+49=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #745931 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745931 is #8BA6CE. Grayscale: #5C5C5C. Windows color (decimal): -9152207 or 3234164. OLE color: 3234164.

HSL color Cylindrical-coordinate representation of color #745931: hue angle of 35.82º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #745931 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB1168949-
CMYK00.230.580.55
HSL35.82º40.61%32.35%-
HSV(B)35.82º57.76%45.49%-
XYZ11.3311.084.45-
YUV92.51103.45144.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.67%
GREEN value IS 89 (35.16% from 255) = 35.04%
BLUE value IS 49 (19.53% from 255) = 19.29%
R=45.67%
G=35.04%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116894900.230.580.5535.8240.6132.35
Hex7459310173A37242920
Octal164131610277267445140
Binary11101001011001110001010111111010110111100100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745931; }

 p { color: rgb(116,89,49); }

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

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

 a { background-color: rgb(116,89,49); }

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

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

 span { border-color: rgb(116,89,49); }

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