#775A31

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

Shades of Shingle Fawn #775A31

Tints of Shingle Fawn #775A31

Color information

#775A31 (or 0x775A31) is unknown color: approx Shingle Fawn. HEX triplet: 77, 5A and 31. RGB value is (119,90,49). Sum of RGB (Red+Green+Blue) = 119+90+49=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #775A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775A31 is #88A5CE. Grayscale: #5E5E5E. Windows color (decimal): -8955343 or 3234423. OLE color: 3234423.

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

Color convert

RGB1199049-
CMYK00.240.590.53
HSL35.14º41.67%32.94%-
HSV(B)35.14º58.82%46.67%-
XYZ11.8211.464.49-
YUV94102.61145.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.12%
GREEN value IS 90 (35.55% from 255) = 34.88%
BLUE value IS 49 (19.53% from 255) = 18.99%
R=46.12%
G=34.88%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119904900.240.590.5335.1441.6732.94
Hex775A310183B35232a21
Octal167132610307365435241
Binary11101111011010110001011000111011110101100011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,90,49); }

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

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

 a { background-color: rgb(119,90,49); }

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

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

 span { border-color: rgb(119,90,49); }

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