#775536

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

Shades of Shingle Fawn #775536

Tints of Shingle Fawn #775536

Color information

#775536 (or 0x775536) is unknown color: approx Shingle Fawn. HEX triplet: 77, 55 and 36. RGB value is (119,85,54). Sum of RGB (Red+Green+Blue) = 119+85+54=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 54 (21.48% from 255 or 20.93% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #775536 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775536 is #88AAC9. Grayscale: #5B5B5B. Windows color (decimal): -8956618 or 3560823. OLE color: 3560823.

HSL color Cylindrical-coordinate representation of color #775536: hue angle of 28.62º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #775536 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB1198554-
CMYK00.290.550.53
HSL28.62º37.57%33.92%-
HSV(B)28.62º54.62%46.67%-
XYZ11.5210.694.95-
YUV91.63106.76147.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.12%
GREEN value IS 85 (33.59% from 255) = 32.95%
BLUE value IS 54 (21.48% from 255) = 20.93%
R=46.12%
G=32.95%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119855400.290.550.5328.6237.5733.92
Hex77553601D37351d2622
Octal167125660356765354642
Binary1110111101010111011001110111011111010111101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775536; }

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

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

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

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

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

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

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

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