#77552D

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

Shades of Shingle Fawn #77552D

Tints of Shingle Fawn #77552D

Color information

#77552D (or 0x77552D) is unknown color: approx Shingle Fawn. HEX triplet: 77, 55 and 2D. RGB value is (119,85,45). Sum of RGB (Red+Green+Blue) = 119+85+45=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #77552D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77552D is #88AAD2. Grayscale: #5A5A5A. Windows color (decimal): -8956627 or 2970999. OLE color: 2970999.

HSL color Cylindrical-coordinate representation of color #77552D: hue angle of 32.43º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #77552D is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB1198545-
CMYK00.290.620.53
HSL32.43º45.12%32.16%-
HSV(B)32.43º62.18%46.67%-
XYZ11.3310.613.93-
YUV90.61102.26148.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.79%
GREEN value IS 85 (33.59% from 255) = 34.14%
BLUE value IS 45 (17.97% from 255) = 18.07%
R=47.79%
G=34.14%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119854500.290.620.5332.4345.1232.16
Hex77552D01D3E35202d20
Octal167125550357665405540
Binary11101111010101101101011101111110110101100000101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77552D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77552D; }

 p { color: rgb(119,85,45); }

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

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

 a { background-color: rgb(119,85,45); }

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

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

 span { border-color: rgb(119,85,45); }

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