#775231

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

Shades of Shingle Fawn #775231

Tints of Shingle Fawn #775231

Color information

#775231 (or 0x775231) is unknown color: approx Shingle Fawn. HEX triplet: 77, 52 and 31. RGB value is (119,82,49). Sum of RGB (Red+Green+Blue) = 119+82+49=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #775231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775231 is #88ADCE. Grayscale: #595959. Windows color (decimal): -8957391 or 3232375. OLE color: 3232375.

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

Color convert

RGB1198249-
CMYK00.310.590.53
HSL28.29º41.67%32.94%-
HSV(B)28.29º58.82%46.67%-
XYZ11.1810.184.28-
YUV89.3105.26149.18-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.6%
GREEN value IS 82 (32.42% from 255) = 32.8%
BLUE value IS 49 (19.53% from 255) = 19.6%
R=47.6%
G=32.8%
B=19.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119824900.310.590.5328.2941.6732.94
Hex77523101F3B351c2a21
Octal167122610377365345241
Binary1110111101001011000101111111101111010111100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775231; }

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

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

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

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

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

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

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

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