#775731

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

Shades of Shingle Fawn #775731

Tints of Shingle Fawn #775731

Color information

#775731 (or 0x775731) is unknown color: approx Shingle Fawn. HEX triplet: 77, 57 and 31. RGB value is (119,87,49). Sum of RGB (Red+Green+Blue) = 119+87+49=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 49 (19.53% from 255 or 19.22% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #775731 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775731 is #88A8CE. Grayscale: #5C5C5C. Windows color (decimal): -8956111 or 3233655. OLE color: 3233655.

HSL color Cylindrical-coordinate representation of color #775731: hue angle of 32.57º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #775731 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB1198749-
CMYK00.270.590.53
HSL32.57º41.67%32.94%-
HSV(B)32.57º58.82%46.67%-
XYZ11.5710.964.41-
YUV92.24103.6147.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.67%
GREEN value IS 87 (34.38% from 255) = 34.12%
BLUE value IS 49 (19.53% from 255) = 19.22%
R=46.67%
G=34.12%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119874900.270.590.5332.5741.6732.94
Hex77573101B3B35212a21
Octal167127610337365415241
Binary11101111010111110001011011111011110101100001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775731; }

 p { color: rgb(119,87,49); }

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

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

 a { background-color: rgb(119,87,49); }

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

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

 span { border-color: rgb(119,87,49); }

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