#775D3F

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

Shades of Shingle Fawn #775D3F

Tints of Shingle Fawn #775D3F

Color information

#775D3F (or 0x775D3F) is unknown color: approx Shingle Fawn. HEX triplet: 77, 5D and 3F. RGB value is (119,93,63). Sum of RGB (Red+Green+Blue) = 119+93+63=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #775D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775D3F is #88A2C0. Grayscale: #616161. Windows color (decimal): -8954561 or 4152695. OLE color: 4152695.

HSL color Cylindrical-coordinate representation of color #775D3F: hue angle of 32.14º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #775D3F is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB1199363-
CMYK00.220.470.53
HSL32.14º30.77%35.69%-
HSV(B)32.14º47.06%46.67%-
XYZ12.4212.116.39-
YUV97.35108.61143.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.27%
GREEN value IS 93 (36.72% from 255) = 33.82%
BLUE value IS 63 (25% from 255) = 22.91%
R=43.27%
G=33.82%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119936300.220.470.5332.1430.7735.69
Hex775D3F0162F35201f24
Octal167135770265765403744
Binary1110111101110111111101011010111111010110000011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775D3F; }

 p { color: rgb(119,93,63); }

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

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

 a { background-color: rgb(119,93,63); }

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

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

 span { border-color: rgb(119,93,63); }

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