Html Css Color HEX #775931 Shingle Fawn

📋 copy color: '#775931'

red 119 ◦ green 89 ◦ blue 49

#775931
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shingle Fawn #775931

Tints of Shingle Fawn #775931

RGB

 RED value IS 119 (46.88% from 255) = 46.3%

 GREEN value IS 89 (35.16% from 255) = 34.63%

 BLUE value IS 49 (19.53% from 255) = 19.07%

R = 46.3%
G = 34.63%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#775931 (or 0x775931) is known color: Shingle Fawn. HEX triplet: 77, 59 and 31. RGB value is (119,89,49). Sum of RGB (Red+Green+Blue) = 119+89+49=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #775931 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775931 is #88A6CE. Grayscale: #5D5D5D. Windows color (decimal): -8955599 or 3234167. OLE color: 3234167.

HSL color Cylindrical-coordinate representation of color #775931: hue angle of 34.29º 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 #775931 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 89 49 -
CMYK 0 0.25 0.59 0.53
HSL 34.29º 0.42% 0.33% -
HSV(B) 34.29º 0.59% 0.47% -
XYZ 11.73 11.29 4.47 -
YUV 93.41 102.94 146.25 -
System Red Green Blue C M Y K H S L
Decimal 119 89 49 0 0.25 0.59 0.53 34.29 0.42 0.33
Hex 77 59 31 0 19 3B 35 22 2A 21
Octal 167 131 61 0 31 73 65 42 52 41
Binary 1110111 1011001 110001 0 11001 111011 110101 100010 101010 100001

Color Harmonies of #775931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775931

Black with #775931

Text Example


Text Example

White with #775931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775931; }

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

 H1.HeaderClassName
 {
   color: #775931;
 }
 .AnyTagClassName
 {
   color: #775931;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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