#775836

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

Shades of Shingle Fawn #775836

Tints of Shingle Fawn #775836

Color information

#775836 (or 0x775836) is unknown color: approx Shingle Fawn. HEX triplet: 77, 58 and 36. RGB value is (119,88,54). Sum of RGB (Red+Green+Blue) = 119+88+54=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 54 (21.48% from 255 or 20.69% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #775836 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775836 is #88A7C9. Grayscale: #5D5D5D. Windows color (decimal): -8955850 or 3561591. OLE color: 3561591.

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

Color convert

RGB1198854-
CMYK00.260.550.53
HSL31.38º37.57%33.92%-
HSV(B)31.38º54.62%46.67%-
XYZ11.7611.175.03-
YUV93.39105.77146.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.59%
GREEN value IS 88 (34.77% from 255) = 33.72%
BLUE value IS 54 (21.48% from 255) = 20.69%
R=45.59%
G=33.72%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119885400.260.550.5331.3837.5733.92
Hex77583601A37351f2622
Octal167130660326765374642
Binary1110111101100011011001101011011111010111111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775836; }

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

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

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

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

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

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

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

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