#745731

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

Shades of Shingle Fawn #745731

Tints of Shingle Fawn #745731

Color information

#745731 (or 0x745731) is unknown color: approx Shingle Fawn. HEX triplet: 74, 57 and 31. RGB value is (116,87,49). Sum of RGB (Red+Green+Blue) = 116+87+49=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #745731 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745731 is #8BA8CE. Grayscale: #5B5B5B. Windows color (decimal): -9152719 or 3233652. OLE color: 3233652.

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

Color convert

RGB1168749-
CMYK00.250.580.55
HSL34.03º40.61%32.35%-
HSV(B)34.03º57.76%45.49%-
XYZ11.1710.754.39-
YUV91.34104.11145.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.03%
GREEN value IS 87 (34.38% from 255) = 34.52%
BLUE value IS 49 (19.53% from 255) = 19.44%
R=46.03%
G=34.52%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116874900.250.580.5534.0340.6132.35
Hex7457310193A37222920
Octal164127610317267425140
Binary11101001010111110001011001111010110111100010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745731; }

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

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

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

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

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

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

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

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