#775E36

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

Shades of Shingle Fawn #775E36

Tints of Shingle Fawn #775E36

Color information

#775E36 (or 0x775E36) is unknown color: approx Shingle Fawn. HEX triplet: 77, 5E and 36. RGB value is (119,94,54). Sum of RGB (Red+Green+Blue) = 119+94+54=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #775E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775E36 is #88A1C9. Grayscale: #616161. Windows color (decimal): -8954314 or 3563127. OLE color: 3563127.

HSL color Cylindrical-coordinate representation of color #775E36: hue angle of 36.92º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #775E36 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB1199454-
CMYK00.210.550.53
HSL36.92º37.57%33.92%-
HSV(B)36.92º54.62%46.67%-
XYZ12.2812.195.2-
YUV96.92103.78143.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.57%
GREEN value IS 94 (37.11% from 255) = 35.21%
BLUE value IS 54 (21.48% from 255) = 20.22%
R=44.57%
G=35.21%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119945400.210.550.5336.9237.5733.92
Hex775E360153735252622
Octal167136660256765454642
Binary11101111011110110110010101110111110101100101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,94,54); }

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

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

 a { background-color: rgb(119,94,54); }

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

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

 span { border-color: rgb(119,94,54); }

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