#745631

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

Shades of Shingle Fawn #745631

Tints of Shingle Fawn #745631

Color information

#745631 (or 0x745631) is unknown color: approx Shingle Fawn. HEX triplet: 74, 56 and 31. RGB value is (116,86,49). Sum of RGB (Red+Green+Blue) = 116+86+49=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 86 (33.98% from 255 or 34.26% from 251); Blue value is 49 (19.53% from 255 or 19.52% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #745631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745631 is #8BA9CE. Grayscale: #5A5A5A. Windows color (decimal): -9152975 or 3233396. OLE color: 3233396.

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

Color convert

RGB1168649-
CMYK00.260.580.55
HSL33.13º40.61%32.35%-
HSV(B)33.13º57.76%45.49%-
XYZ11.0810.594.37-
YUV90.75104.44146.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.22%
GREEN value IS 86 (33.98% from 255) = 34.26%
BLUE value IS 49 (19.53% from 255) = 19.52%
R=46.22%
G=34.26%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116864900.260.580.5533.1340.6132.35
Hex74563101A3A37212920
Octal164126610327267415140
Binary11101001010110110001011010111010110111100001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745631; }

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

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

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

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

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

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

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

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