#745535

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

Shades of Shingle Fawn #745535

Tints of Shingle Fawn #745535

Color information

#745535 (or 0x745535) is unknown color: approx Shingle Fawn. HEX triplet: 74, 55 and 35. RGB value is (116,85,53). Sum of RGB (Red+Green+Blue) = 116+85+53=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #745535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745535 is #8BAACA. Grayscale: #5A5A5A. Windows color (decimal): -9153227 or 3495284. OLE color: 3495284.

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

Color convert

RGB1168553-
CMYK00.270.540.55
HSL30.48º37.28%33.14%-
HSV(B)30.48º54.31%45.49%-
XYZ11.0910.474.8-
YUV90.62106.77146.1-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.67%
GREEN value IS 85 (33.59% from 255) = 33.46%
BLUE value IS 53 (21.09% from 255) = 20.87%
R=45.67%
G=33.46%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116855300.270.540.5530.4837.2833.14
Hex74553501B36371e2521
Octal164125650336667364541
Binary1110100101010111010101101111011011011111110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745535; }

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

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

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

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

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

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

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

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