#775D36

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

Shades of Shingle Fawn #775D36

Tints of Shingle Fawn #775D36

Color information

#775D36 (or 0x775D36) is unknown color: approx Shingle Fawn. HEX triplet: 77, 5D and 36. RGB value is (119,93,54). Sum of RGB (Red+Green+Blue) = 119+93+54=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #775D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775D36 is #88A2C9. Grayscale: #606060. Windows color (decimal): -8954570 or 3562871. OLE color: 3562871.

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

Color convert

RGB1199354-
CMYK00.220.550.53
HSL36º37.57%33.92%-
HSV(B)36º54.62%46.67%-
XYZ12.1912.025.17-
YUV96.33104.11144.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.74%
GREEN value IS 93 (36.72% from 255) = 34.96%
BLUE value IS 54 (21.48% from 255) = 20.30%
R=44.74%
G=34.96%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119935400.220.550.533637.5733.92
Hex775D360163735242622
Octal167135660266765444642
Binary11101111011101110110010110110111110101100100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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