#755E3C

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

Shades of Shingle Fawn #755E3C

Tints of Shingle Fawn #755E3C

Color information

#755E3C (or 0x755E3C) is unknown color: approx Shingle Fawn. HEX triplet: 75, 5E and 3C. RGB value is (117,94,60). Sum of RGB (Red+Green+Blue) = 117+94+60=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #755E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755E3C is #8AA1C3. Grayscale: #616161. Windows color (decimal): -9085380 or 3956341. OLE color: 3956341.

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

Color convert

RGB1179460-
CMYK00.200.490.54
HSL35.79º32.2%34.71%-
HSV(B)35.79º48.72%45.88%-
XYZ12.1512.115.97-
YUV97107.12142.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.17%
GREEN value IS 94 (37.11% from 255) = 34.69%
BLUE value IS 60 (23.83% from 255) = 22.14%
R=43.17%
G=34.69%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117946000.200.490.5435.7932.234.71
Hex755E3C0143136242023
Octal165136740246166444043
Binary11101011011110111100010100110001110110100100100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,94,60); }

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

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

 a { background-color: rgb(117,94,60); }

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

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

 span { border-color: rgb(117,94,60); }

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