#775E39

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

Shades of Shingle Fawn #775E39

Tints of Shingle Fawn #775E39

Color information

#775E39 (or 0x775E39) is unknown color: approx Shingle Fawn. HEX triplet: 77, 5E and 39. RGB value is (119,94,57). Sum of RGB (Red+Green+Blue) = 119+94+57=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #775E39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775E39 is #88A1C6. Grayscale: #616161. Windows color (decimal): -8954311 or 3759735. OLE color: 3759735.

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

Color convert

RGB1199457-
CMYK00.210.520.53
HSL35.81º35.23%34.51%-
HSV(B)35.81º52.1%46.67%-
XYZ12.3512.225.58-
YUV97.26105.28143.51-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.07%
GREEN value IS 94 (37.11% from 255) = 34.81%
BLUE value IS 57 (22.66% from 255) = 21.11%
R=44.07%
G=34.81%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119945700.210.520.5335.8135.2334.51
Hex775E390153435242323
Octal167136710256465444343
Binary11101111011110111001010101110100110101100100100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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