#755B3F

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

Shades of Shingle Fawn #755B3F

Tints of Shingle Fawn #755B3F

Color information

#755B3F (or 0x755B3F) is unknown color: approx Shingle Fawn. HEX triplet: 75, 5B and 3F. RGB value is (117,91,63). Sum of RGB (Red+Green+Blue) = 117+91+63=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #755B3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755B3F is #8AA4C0. Grayscale: #5F5F5F. Windows color (decimal): -9086145 or 4152181. OLE color: 4152181.

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

Color convert

RGB1179163-
CMYK00.220.460.54
HSL31.11º30%35.29%-
HSV(B)31.11º46.15%45.88%-
XYZ11.9711.626.31-
YUV95.58109.61143.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.17%
GREEN value IS 91 (35.94% from 255) = 33.58%
BLUE value IS 63 (25% from 255) = 23.25%
R=43.17%
G=33.58%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117916300.220.460.5431.113035.29
Hex755B3F0162E361f1e23
Octal165133770265666373643
Binary111010110110111111110101101011101101101111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,91,63); }

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

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

 a { background-color: rgb(117,91,63); }

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

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

 span { border-color: rgb(117,91,63); }

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