#775932

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

Shades of Shingle Fawn #775932

Tints of Shingle Fawn #775932

Color information

#775932 (or 0x775932) is unknown color: approx Shingle Fawn. HEX triplet: 77, 59 and 32. RGB value is (119,89,50). Sum of RGB (Red+Green+Blue) = 119+89+50=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #775932 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775932 is #88A6CD. Grayscale: #5D5D5D. Windows color (decimal): -8955598 or 3299703. OLE color: 3299703.

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

Color convert

RGB1198950-
CMYK00.250.580.53
HSL33.91º40.83%33.14%-
HSV(B)33.91º57.98%46.67%-
XYZ11.7611.34.58-
YUV93.52103.44146.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.12%
GREEN value IS 89 (35.16% from 255) = 34.50%
BLUE value IS 50 (19.92% from 255) = 19.38%
R=46.12%
G=34.50%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119895000.250.580.5333.9140.8333.14
Hex7759320193A35222921
Octal167131620317265425141
Binary11101111011001110010011001111010110101100010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775932; }

 p { color: rgb(119,89,50); }

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

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

 a { background-color: rgb(119,89,50); }

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

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

 span { border-color: rgb(119,89,50); }

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