#775431

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

Shades of Shingle Fawn #775431

Tints of Shingle Fawn #775431

Color information

#775431 (or 0x775431) is unknown color: approx 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

RGB1198449-
CMYK00.290.590.53
HSL30º41.67%32.94%-
HSV(B)30º58.82%46.67%-
XYZ11.3310.484.33-
YUV90.48104.6148.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.22%
GREEN value IS 84 (33.20% 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 (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119844900.290.590.533041.6732.94
Hex77543101D3B351e2a21
Octal167124610357365365241
Binary1110111101010011000101110111101111010111110101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>