#775232

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

Shades of Shingle Fawn #775232

Tints of Shingle Fawn #775232

Color information

#775232 (or 0x775232) is unknown color: approx Shingle Fawn. HEX triplet: 77, 52 and 32. RGB value is (119,82,50). Sum of RGB (Red+Green+Blue) = 119+82+50=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #775232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775232 is #88ADCD. Grayscale: #595959. Windows color (decimal): -8957390 or 3297911. OLE color: 3297911.

HSL color Cylindrical-coordinate representation of color #775232: hue angle of 27.83º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #775232 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB1198250-
CMYK00.310.580.53
HSL27.83º40.83%33.14%-
HSV(B)27.83º57.98%46.67%-
XYZ11.210.194.39-
YUV89.42105.76149.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.41%
GREEN value IS 82 (32.42% from 255) = 32.67%
BLUE value IS 50 (19.92% from 255) = 19.92%
R=47.41%
G=32.67%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119825000.310.580.5327.8340.8333.14
Hex77523201F3A351c2921
Octal167122620377265345141
Binary1110111101001011001001111111101011010111100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775232; }

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

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

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

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

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

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

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

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