#775532

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

Shades of Shingle Fawn #775532

Tints of Shingle Fawn #775532

Color information

#775532 (or 0x775532) is unknown color: approx Shingle Fawn. HEX triplet: 77, 55 and 32. RGB value is (119,85,50). Sum of RGB (Red+Green+Blue) = 119+85+50=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #775532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775532 is #88AACD. Grayscale: #5B5B5B. Windows color (decimal): -8956622 or 3298679. OLE color: 3298679.

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

Color convert

RGB1198550-
CMYK00.290.580.53
HSL30.43º40.83%33.14%-
HSV(B)30.43º57.98%46.67%-
XYZ11.4310.654.47-
YUV91.18104.76147.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.85%
GREEN value IS 85 (33.59% from 255) = 33.46%
BLUE value IS 50 (19.92% from 255) = 19.69%
R=46.85%
G=33.46%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119855000.290.580.5330.4340.8333.14
Hex77553201D3A351e2921
Octal167125620357265365141
Binary1110111101010111001001110111101011010111110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775532; }

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

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

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

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

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

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

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

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