#765D33

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

Shades of Shingle Fawn #765D33

Tints of Shingle Fawn #765D33

Color information

#765D33 (or 0x765D33) is unknown color: approx Shingle Fawn. HEX triplet: 76, 5D and 33. RGB value is (118,93,51). Sum of RGB (Red+Green+Blue) = 118+93+51=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #765D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765D33 is #89A2CC. Grayscale: #5F5F5F. Windows color (decimal): -9020109 or 3366262. OLE color: 3366262.

HSL color Cylindrical-coordinate representation of color #765D33: hue angle of 37.61º 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 #765D33 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB1189351-
CMYK00.210.570.54
HSL37.61º39.64%33.14%-
HSV(B)37.61º56.78%46.27%-
XYZ11.9811.924.8-
YUV95.69102.78143.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.04%
GREEN value IS 93 (36.72% from 255) = 35.50%
BLUE value IS 51 (20.31% from 255) = 19.47%
R=45.04%
G=35.50%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118935100.210.570.5437.6139.6433.14
Hex765D330153936262821
Octal166135630257166465041
Binary11101101011101110011010101111001110110100110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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