#765C33

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

Shades of Shingle Fawn #765C33

Tints of Shingle Fawn #765C33

Color information

#765C33 (or 0x765C33) is unknown color: approx Shingle Fawn. HEX triplet: 76, 5C and 33. RGB value is (118,92,51). Sum of RGB (Red+Green+Blue) = 118+92+51=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #765C33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765C33 is #89A3CC. Grayscale: #5F5F5F. Windows color (decimal): -9020365 or 3366006. OLE color: 3366006.

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

Color convert

RGB1189251-
CMYK00.220.570.54
HSL36.72º39.64%33.14%-
HSV(B)36.72º56.78%46.27%-
XYZ11.911.744.77-
YUV95.1103.11144.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.21%
GREEN value IS 92 (36.33% from 255) = 35.25%
BLUE value IS 51 (20.31% from 255) = 19.54%
R=45.21%
G=35.25%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118925100.220.570.5436.7239.6433.14
Hex765C330163936252821
Octal166134630267166455041
Binary11101101011100110011010110111001110110100101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765C33; }

 p { color: rgb(118,92,51); }

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

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

 a { background-color: rgb(118,92,51); }

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

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

 span { border-color: rgb(118,92,51); }

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