#775E38

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

Shades of Shingle Fawn #775E38

Tints of Shingle Fawn #775E38

Color information

#775E38 (or 0x775E38) is unknown color: approx Shingle Fawn. HEX triplet: 77, 5E and 38. RGB value is (119,94,56). Sum of RGB (Red+Green+Blue) = 119+94+56=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 94 (37.11% from 255 or 34.94% from 269); Blue value is 56 (22.27% from 255 or 20.82% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #775E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775E38 is #88A1C7. Grayscale: #616161. Windows color (decimal): -8954312 or 3694199. OLE color: 3694199.

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

Color convert

RGB1199456-
CMYK00.210.530.53
HSL36.19º36%34.31%-
HSV(B)36.19º52.94%46.67%-
XYZ12.3212.215.45-
YUV97.14104.78143.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.24%
GREEN value IS 94 (37.11% from 255) = 34.94%
BLUE value IS 56 (22.27% from 255) = 20.82%
R=44.24%
G=34.94%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119945600.210.530.5336.193634.31
Hex775E380153535242422
Octal167136700256565444442
Binary11101111011110111000010101110101110101100100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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