#775D2F

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

Shades of Shingle Fawn #775D2F

Tints of Shingle Fawn #775D2F

Color information

#775D2F (or 0x775D2F) is unknown color: approx Shingle Fawn. HEX triplet: 77, 5D and 2F. RGB value is (119,93,47). Sum of RGB (Red+Green+Blue) = 119+93+47=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #775D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775D2F is #88A2D0. Grayscale: #5F5F5F. Windows color (decimal): -8954577 or 3104119. OLE color: 3104119.

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

Color convert

RGB1199347-
CMYK00.220.610.53
HSL38.33º43.37%32.55%-
HSV(B)38.33º60.5%46.67%-
XYZ12.0411.964.36-
YUV95.53100.61144.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 93 (36.72% from 255) = 35.91%
BLUE value IS 47 (18.75% from 255) = 18.15%
R=45.95%
G=35.91%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119934700.220.610.5338.3343.3732.55
Hex775D2F0163D35262b21
Octal167135570267565465341
Binary11101111011101101111010110111101110101100110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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