#775C34

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

Shades of Shingle Fawn #775C34

Tints of Shingle Fawn #775C34

Color information

#775C34 (or 0x775C34) is unknown color: approx Shingle Fawn. HEX triplet: 77, 5C and 34. RGB value is (119,92,52). Sum of RGB (Red+Green+Blue) = 119+92+52=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #775C34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775C34 is #88A3CB. Grayscale: #5F5F5F. Windows color (decimal): -8954828 or 3431543. OLE color: 3431543.

HSL color Cylindrical-coordinate representation of color #775C34: hue angle of 35.82º 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 #775C34 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB1199252-
CMYK00.230.560.53
HSL35.82º39.18%33.53%-
HSV(B)35.82º56.3%46.67%-
XYZ12.0511.824.9-
YUV95.51103.45144.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.25%
GREEN value IS 92 (36.33% from 255) = 34.98%
BLUE value IS 52 (20.70% from 255) = 19.77%
R=45.25%
G=34.98%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119925200.230.560.5335.8239.1833.53
Hex775C340173835242722
Octal167134640277065444742
Binary11101111011100110100010111111000110101100100100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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