#745630

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

Shades of Shingle Fawn #745630

Tints of Shingle Fawn #745630

Color information

#745630 (or 0x745630) is unknown color: approx Shingle Fawn. HEX triplet: 74, 56 and 30. RGB value is (116,86,48). Sum of RGB (Red+Green+Blue) = 116+86+48=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #745630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745630 is #8BA9CF. Grayscale: #5A5A5A. Windows color (decimal): -9152976 or 3167860. OLE color: 3167860.

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

Color convert

RGB1168648-
CMYK00.260.590.55
HSL33.53º41.46%32.16%-
HSV(B)33.53º58.62%45.49%-
XYZ11.0610.584.26-
YUV90.64103.94146.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.4%
GREEN value IS 86 (33.98% from 255) = 34.4%
BLUE value IS 48 (19.14% from 255) = 19.2%
R=46.4%
G=34.4%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116864800.260.590.5533.5341.4632.16
Hex74563001A3B37222920
Octal164126600327367425140
Binary11101001010110110000011010111011110111100010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745630; }

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

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

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

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

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

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

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

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