#775B31

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

Shades of Shingle Fawn #775B31

Tints of Shingle Fawn #775B31

Color information

#775B31 (or 0x775B31) is unknown color: approx Shingle Fawn. HEX triplet: 77, 5B and 31. RGB value is (119,91,49). Sum of RGB (Red+Green+Blue) = 119+91+49=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 49 (19.53% from 255 or 18.92% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #775B31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775B31 is #88A4CE. Grayscale: #5E5E5E. Windows color (decimal): -8955087 or 3234679. OLE color: 3234679.

HSL color Cylindrical-coordinate representation of color #775B31: hue angle of 36º 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 #775B31 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB1199149-
CMYK00.240.590.53
HSL36º41.67%32.94%-
HSV(B)36º58.82%46.67%-
XYZ11.911.634.52-
YUV94.58102.28145.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 91 (35.94% from 255) = 35.14%
BLUE value IS 49 (19.53% from 255) = 18.92%
R=45.95%
G=35.14%
B=18.92%

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
Decimal119914900.240.590.533641.6732.94
Hex775B310183B35242a21
Octal167133610307365445241
Binary11101111011011110001011000111011110101100100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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