#775E3A

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

Shades of Shingle Fawn #775E3A

Tints of Shingle Fawn #775E3A

Color information

#775E3A (or 0x775E3A) is unknown color: approx Shingle Fawn. HEX triplet: 77, 5E and 3A. RGB value is (119,94,58). Sum of RGB (Red+Green+Blue) = 119+94+58=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #775E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775E3A is #88A1C5. Grayscale: #616161. Windows color (decimal): -8954310 or 3825271. OLE color: 3825271.

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

Color convert

RGB1199458-
CMYK00.210.510.53
HSL35.41º34.46%34.71%-
HSV(B)35.41º51.26%46.67%-
XYZ12.3712.235.71-
YUV97.37105.78143.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.91%
GREEN value IS 94 (37.11% from 255) = 34.69%
BLUE value IS 58 (23.05% from 255) = 21.40%
R=43.91%
G=34.69%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119945800.210.510.5335.4134.4634.71
Hex775E3A0153335232223
Octal167136720256365434243
Binary11101111011110111010010101110011110101100011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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