#745634

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

Shades of Shingle Fawn #745634

Tints of Shingle Fawn #745634

Color information

#745634 (or 0x745634) is unknown color: approx Shingle Fawn. HEX triplet: 74, 56 and 34. RGB value is (116,86,52). Sum of RGB (Red+Green+Blue) = 116+86+52=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #745634 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745634 is #8BA9CB. Grayscale: #5B5B5B. Windows color (decimal): -9152972 or 3430004. OLE color: 3430004.

HSL color Cylindrical-coordinate representation of color #745634: hue angle of 31.88º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #745634 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB1168652-
CMYK00.260.550.55
HSL31.88º38.1%32.94%-
HSV(B)31.88º55.17%45.49%-
XYZ11.1510.624.71-
YUV91.09105.94145.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.67%
GREEN value IS 86 (33.98% from 255) = 33.86%
BLUE value IS 52 (20.70% from 255) = 20.47%
R=45.67%
G=33.86%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116865200.260.550.5531.8838.132.94
Hex74563401A3737202621
Octal164126640326767404641
Binary11101001010110110100011010110111110111100000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745634; }

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

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

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

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

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

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

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

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