#765332

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

Shades of Shingle Fawn #765332

Tints of Shingle Fawn #765332

Color information

#765332 (or 0x765332) is unknown color: approx Shingle Fawn. HEX triplet: 76, 53 and 32. RGB value is (118,83,50). Sum of RGB (Red+Green+Blue) = 118+83+50=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #765332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765332 is #89ACCD. Grayscale: #595959. Windows color (decimal): -9022670 or 3298166. OLE color: 3298166.

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

Color convert

RGB1188350-
CMYK00.300.580.54
HSL29.12º40.48%32.94%-
HSV(B)29.12º57.63%46.27%-
XYZ11.1410.274.41-
YUV89.7105.6148.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.01%
GREEN value IS 83 (32.81% from 255) = 33.07%
BLUE value IS 50 (19.92% from 255) = 19.92%
R=47.01%
G=33.07%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118835000.300.580.5429.1240.4832.94
Hex76533201E3A361d2821
Octal166123620367266355041
Binary1110110101001111001001111011101011011011101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765332; }

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

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

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

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

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

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

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

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