#775832

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

Shades of Shingle Fawn #775832

Tints of Shingle Fawn #775832

Color information

#775832 (or 0x775832) is unknown color: approx Shingle Fawn. HEX triplet: 77, 58 and 32. RGB value is (119,88,50). Sum of RGB (Red+Green+Blue) = 119+88+50=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #775832 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775832 is #88A7CD. Grayscale: #5D5D5D. Windows color (decimal): -8955854 or 3299447. OLE color: 3299447.

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

Color convert

RGB1198850-
CMYK00.260.580.53
HSL33.04º40.83%33.14%-
HSV(B)33.04º57.98%46.67%-
XYZ11.6711.134.55-
YUV92.94103.77146.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.30%
GREEN value IS 88 (34.77% from 255) = 34.24%
BLUE value IS 50 (19.92% from 255) = 19.46%
R=46.30%
G=34.24%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119885000.260.580.5333.0440.8333.14
Hex77583201A3A35212921
Octal167130620327265415141
Binary11101111011000110010011010111010110101100001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775832; }

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

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

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

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

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

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

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

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