#765732

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

Shades of Shingle Fawn #765732

Tints of Shingle Fawn #765732

Color information

#765732 (or 0x765732) is unknown color: approx Shingle Fawn. HEX triplet: 76, 57 and 32. RGB value is (118,87,50). Sum of RGB (Red+Green+Blue) = 118+87+50=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #765732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765732 is #89A8CD. Grayscale: #5C5C5C. Windows color (decimal): -9021646 or 3299190. OLE color: 3299190.

HSL color Cylindrical-coordinate representation of color #765732: hue angle of 32.65º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #765732 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB1188750-
CMYK00.260.580.54
HSL32.65º40.48%32.94%-
HSV(B)32.65º57.63%46.27%-
XYZ11.4610.94.52-
YUV92.05104.27146.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.27%
GREEN value IS 87 (34.38% from 255) = 34.12%
BLUE value IS 50 (19.92% from 255) = 19.61%
R=46.27%
G=34.12%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118875000.260.580.5432.6540.4832.94
Hex76573201A3A36212821
Octal166127620327266415041
Binary11101101010111110010011010111010110110100001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765732; }

 p { color: rgb(118,87,50); }

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

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

 a { background-color: rgb(118,87,50); }

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

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

 span { border-color: rgb(118,87,50); }

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