#755D40

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

Shades of Shingle Fawn #755D40

Tints of Shingle Fawn #755D40

Color information

#755D40 (or 0x755D40) is unknown color: approx Shingle Fawn. HEX triplet: 75, 5D and 40. RGB value is (117,93,64). Sum of RGB (Red+Green+Blue) = 117+93+64=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #755D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755D40 is #8AA2BF. Grayscale: #616161. Windows color (decimal): -9085632 or 4218229. OLE color: 4218229.

HSL color Cylindrical-coordinate representation of color #755D40: hue angle of 32.83º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #755D40 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB1179364-
CMYK00.210.450.54
HSL32.83º29.28%35.49%-
HSV(B)32.83º45.3%45.88%-
XYZ12.1811.986.52-
YUV96.87109.45142.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.70%
GREEN value IS 93 (36.72% from 255) = 33.94%
BLUE value IS 64 (25.39% from 255) = 23.36%
R=42.70%
G=33.94%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117936400.210.450.5432.8329.2835.49
Hex755D400152D36211d23
Octal1651351000255566413543
Binary11101011011101100000001010110110111011010000111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755D40; }

 p { color: rgb(117,93,64); }

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

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

 a { background-color: rgb(117,93,64); }

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

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

 span { border-color: rgb(117,93,64); }

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