#775B32

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

Shades of Shingle Fawn #775B32

Tints of Shingle Fawn #775B32

Color information

#775B32 (or 0x775B32) is unknown color: approx Shingle Fawn. HEX triplet: 77, 5B and 32. RGB value is (119,91,50). Sum of RGB (Red+Green+Blue) = 119+91+50=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #775B32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775B32 is #88A4CD. Grayscale: #5E5E5E. Windows color (decimal): -8955086 or 3300215. OLE color: 3300215.

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

Color convert

RGB1199150-
CMYK00.240.580.53
HSL35.65º40.83%33.14%-
HSV(B)35.65º57.98%46.67%-
XYZ11.9211.634.63-
YUV94.7102.78145.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.77%
GREEN value IS 91 (35.94% from 255) = 35%
BLUE value IS 50 (19.92% from 255) = 19.23%
R=45.77%
G=35%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119915000.240.580.5335.6540.8333.14
Hex775B320183A35242921
Octal167133620307265445141
Binary11101111011011110010011000111010110101100100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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