#775934

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

Shades of Shingle Fawn #775934

Tints of Shingle Fawn #775934

Color information

#775934 (or 0x775934) is unknown color: approx Shingle Fawn. HEX triplet: 77, 59 and 34. RGB value is (119,89,52). Sum of RGB (Red+Green+Blue) = 119+89+52=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #775934 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775934 is #88A6CB. Grayscale: #5D5D5D. Windows color (decimal): -8955596 or 3430775. OLE color: 3430775.

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

Color convert

RGB1198952-
CMYK00.250.560.53
HSL33.13º39.18%33.53%-
HSV(B)33.13º56.3%46.67%-
XYZ11.811.314.81-
YUV93.75104.44146.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.77%
GREEN value IS 89 (35.16% from 255) = 34.23%
BLUE value IS 52 (20.70% from 255) = 20%
R=45.77%
G=34.23%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119895200.250.560.5333.1339.1833.53
Hex7759340193835212722
Octal167131640317065414742
Binary11101111011001110100011001111000110101100001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775934; }

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

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

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

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

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

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

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

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