#745536

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

Shades of Shingle Fawn #745536

Tints of Shingle Fawn #745536

Color information

#745536 (or 0x745536) is unknown color: approx Shingle Fawn. HEX triplet: 74, 55 and 36. RGB value is (116,85,54). Sum of RGB (Red+Green+Blue) = 116+85+54=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 54 (21.48% from 255 or 21.18% from 255); Max value from RGB is 116 - color contains mainly: red. Hex color #745536 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745536 is #8BAAC9. Grayscale: #5A5A5A. Windows color (decimal): -9153226 or 3560820. OLE color: 3560820.

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

Color convert

RGB1168554-
CMYK00.270.530.55
HSL30º36.47%33.33%-
HSV(B)30º53.45%45.49%-
XYZ11.1210.484.93-
YUV90.74107.27146.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.49%
GREEN value IS 85 (33.59% from 255) = 33.33%
BLUE value IS 54 (21.48% from 255) = 21.18%
R=45.49%
G=33.33%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116855400.270.530.553036.4733.33
Hex74553601B35371e2421
Octal164125660336567364441
Binary1110100101010111011001101111010111011111110100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745536; }

 p { color: rgb(116,85,54); }

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

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

 a { background-color: rgb(116,85,54); }

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

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

 span { border-color: rgb(116,85,54); }

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