#775D35

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

Shades of Shingle Fawn #775D35

Tints of Shingle Fawn #775D35

Color information

#775D35 (or 0x775D35) is unknown color: approx Shingle Fawn. HEX triplet: 77, 5D and 35. RGB value is (119,93,53). Sum of RGB (Red+Green+Blue) = 119+93+53=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #775D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775D35 is #88A2CA. Grayscale: #606060. Windows color (decimal): -8954571 or 3497335. OLE color: 3497335.

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

Color convert

RGB1199353-
CMYK00.220.550.53
HSL36.36º38.37%33.73%-
HSV(B)36.36º55.46%46.67%-
XYZ12.1612.015.04-
YUV96.21103.61144.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.91%
GREEN value IS 93 (36.72% from 255) = 35.09%
BLUE value IS 53 (21.09% from 255) = 20%
R=44.91%
G=35.09%
B=20%

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
Decimal119935300.220.550.5336.3638.3733.73
Hex775D350163735242622
Octal167135650266765444642
Binary11101111011101110101010110110111110101100100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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