#765532

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

Shades of Shingle Fawn #765532

Tints of Shingle Fawn #765532

Color information

#765532 (or 0x765532) is unknown color: approx Shingle Fawn. HEX triplet: 76, 55 and 32. RGB value is (118,85,50). Sum of RGB (Red+Green+Blue) = 118+85+50=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #765532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765532 is #89AACD. Grayscale: #5B5B5B. Windows color (decimal): -9022158 or 3298678. OLE color: 3298678.

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

Color convert

RGB1188550-
CMYK00.280.580.54
HSL30.88º40.48%32.94%-
HSV(B)30.88º57.63%46.27%-
XYZ11.310.584.46-
YUV90.88104.93147.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.64%
GREEN value IS 85 (33.59% from 255) = 33.60%
BLUE value IS 50 (19.92% from 255) = 19.76%
R=46.64%
G=33.60%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118855000.280.580.5430.8840.4832.94
Hex76553201C3A361f2821
Octal166125620347266375041
Binary1110110101010111001001110011101011011011111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765532; }

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

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

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

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

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

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

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

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