Html Css Color HEX #775431 Shingle Fawn

📋 copy color: '#775431'

red 119 ◦ green 84 ◦ blue 49

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

Shades of Shingle Fawn #775431

Tints of Shingle Fawn #775431

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.33%

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

R = 47.22%
G = 33.33%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#775431 (or 0x775431) is known color: Shingle Fawn. HEX triplet: 77, 54 and 31. RGB value is (119,84,49). Sum of RGB (Red+Green+Blue) = 119+84+49=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #775431 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775431 is #88ABCE. Grayscale: #5A5A5A. Windows color (decimal): -8956879 or 3232887. OLE color: 3232887.

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

Color convert

RGB 119 84 49 -
CMYK 0 0.29 0.59 0.53
HSL 30º 0.42% 0.33% -
HSV(B) 30º 0.59% 0.47% -
XYZ 11.33 10.48 4.33 -
YUV 90.48 104.6 148.35 -
System Red Green Blue C M Y K H S L
Decimal 119 84 49 0 0.29 0.59 0.53 30 0.42 0.33
Hex 77 54 31 0 1D 3B 35 1E 2A 21
Octal 167 124 61 0 35 73 65 36 52 41
Binary 1110111 1010100 110001 0 11101 111011 110101 11110 101010 100001

Color Harmonies of #775431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775431

Black with #775431

Text Example


Text Example

White with #775431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775431; }

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

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

background-color css

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

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

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

border-color css

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

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

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